C++ XML Objects

The base class in the xml object system. It's class-name (used for any type of code generation) is "xmlobj_type".

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.

Types

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.

Builtin type definitions

The following builtin types are defined in this object. Click on a type to take you to it's description.

Implementations

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.

templatevectortype

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.

templatevectortype

This implementation is for the language Java.

To initialise variables of this type we use:

this, "\membername"

When declaring variables, we use:

xmlobj_templates

To use this type the file "org.javaxmlobj.xmlobj_templates" is included.

typedobjreftype

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.

typedobjreftype

This implementation is for the language Java.

When declaring variables, we use:

Not used

typedobjvectortype

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.

typedobjvectortype

This implementation is for the language Java.

To initialise variables of this type we use:

Not used

When declaring variables, we use:

Not used

Generated: Wed Apr 5 23:56:49 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.