Struct XmlSerializerFactory

Nested Relationships

Struct Documentation

struct XmlSerializerFactory

Public Types

typedef boost::function2<XmlSerializer*, IfcParse::IfcFile*, std::string> fn

Public Static Functions

Factory &implementations()
class Factory : public std::map<std::string, fn>

Public Functions

Factory()
void bind(const std::string &schema_name, fn)
XmlSerializer *construct(const std::string &schema_name, IfcParse::IfcFile*, std::string)