#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include "Variable.h"
#include "KeyNameTable.h"
Go to the source code of this file.
Namespaces | |
namespace | green |
Classes | |
class | green::VariableEntry |
class | green::InitArgFormat |
class | green::VariableTableTemplate |
Defines | |
#define | VARIABLE_TABLE_TEMPLATE_CAST(x) boost::dynamic_pointer_cast<VariableTableTemplate>(x) |
Typedefs | |
typedef boost::shared_ptr< InitArgFormat > | green::InitArgFormatPtr |
typedef std::vector< InitArgFormat > | green::InitFormat |
typedef boost::shared_ptr< InitFormat > | green::InitFormatPtr |
typedef boost::shared_ptr< VariableTableTemplate > | green::VariableTableTemplatePtr |