#include <boost/shared_ptr.hpp>
#include "KeyNameTable.h"
#include "Variable.h"
#include "VariableTableInstance.h"
#include "VariableTableTemplate.h"
Go to the source code of this file.
Namespaces | |
namespace | green |
Classes | |
class | green::TemplateTable |
Defines | |
#define | TEMPLATE_TABLE_CAST(x) boost::dynamic_pointer_cast<TemplateTable>(x) |
Typedefs | |
typedef std::vector< Variable::Value > | green::ArgList |
typedef boost::shared_ptr< ArgList > | green::ArgListPtr |
typedef boost::shared_ptr< TemplateTable > | green::TemplateTablePtr |