#include <xmltooling/util/XMLObjectChildrenList.h>
Public Member Functions | |
XMLObjectChildrenList (XMLObject *parent, Container &sublist, typename std::list< _Ty * > *backing, typename std::list< _Ty * >::iterator ins_fence) | |
Constructor to expose a typed collection of children backed by a list of a base type. |
_Tx | the subtype container to encapsulate | |
_Ty | the base type in the underlying list (defaults to XMLObject) |
|
Constructor to expose a typed collection of children backed by a list of a base type.
|