OpenStructure
|
#include <exception>
#include <sstream>
#include <map>
#include <vector>
#include <boost/variant.hpp>
#include <ost/module_config.hh>
#include <ost/invalid_handle.hh>
Go to the source code of this file.
Data Structures | |
struct | GenericPropError |
class | GenericPropContainerImpl |
base class for the implementation More... | |
class | ConstGenericPropContainer< H > |
class | GenericPropContainer< H > |
base class for the handler classes More... |
Namespaces | |
namespace | ost |
Typedefs | |
typedef boost::variant< String, Real, int, bool > | GenericPropValue |