C++ XML Objects |
The base class in the xml object system. It's class-name (used for any type of code generation) is "ph::xmlobj::xmlobj".
The object fits into the tree of objects in the following way. Click on other objects in to navigate to that object. Objects to the left of this object are superclasses, and objects listed below it derive from this one.
Here is a list of all uses of this object inside others. Click on the object to take you to the definition.
Click here to see a tree representation of all objects.
Click here to return to the main index page.
This object defines a number of types, all listed here. Objects that appear as sub-classes if this one may use these types in return types, arguments to methods or when defining methods.
The following builtin types are defined in this object. Click on a type to take you to it's description.
The following types have implementations defined in this object. Each implementation is language specific, and is used to output code for that language when using the type.
This implementation is for the language C++.
To initialise variables of this type we use:
this, "\membername"
When declaring variables, we use:
ph::xmlobj::xmlobj_templates
When declaring arguments, we use:
const ph::xmlobj::xmlobj_templates&
To use this type the file ""../cppxmlobj/xmlobj_templates.hpp"" is included.
This implementation is for the language C++.
To initialise variables of this type we use:
this, "\membername"
When declaring variables, we use:
ph::xmlobj::xmlobj_typed_ref
To use this type the file ""../cppxmlobj/xmlobj_typed_ref.hpp"" is included.
This implementation is for the language C++.
To initialise variables of this type we use:
this, "\membername"
When declaring variables, we use:
ph::xmlobj::xmlobj_typed_vector
To use this type the file ""../cppxmlobj/xmlobj_typed_vector.hpp"" is included.