#include <xmltooling/util/XMLObjectChildrenList.h>
Public Member Functions | |
| XMLObjectPairList (XMLObject *parent, Container &sublist, typename std::list< _Ty * > *backing, typename std::list< _Ty * >::iterator ins_fence) | |
| Constructor to expose a typed collection of pairs 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 pairs backed by a list of a base type.
|
1.4.6