XMLBEANSXX
0.9.8
|
#include <Dict.h>
Public Types | |
typedef xmlbeansxx::ContentsPtr | data_type |
typedef DictEl< data_type > | value_type |
typedef std::vector< value_type > | ContentsType |
Public Member Functions | |
int | size () const |
bool | hasEmptyContent () const |
value_type | find (const QName &u, int nr=0) const |
int | count (const QName &u) const |
void | add (const QName &u, data_type v) |
void | set (const QName &u, int pos, data_type v) |
int | del (const QName &u) |
void | removeAt (const QName &name, int index) |
void | free () |
Public Attributes | |
ContentsType | contents |
typedef std::vector<value_type > xmlbeansxx::ElemDict::ContentsType |
void xmlbeansxx::ElemDict::add | ( | const QName & | u, |
ElemDict::data_type | v | ||
) |
Duplicates u, but not v
int xmlbeansxx::ElemDict::count | ( | const QName & | u | ) | const |
int xmlbeansxx::ElemDict::del | ( | const QName & | u | ) |
ElemDict::value_type xmlbeansxx::ElemDict::find | ( | const QName & | u, |
int | nr = 0 |
||
) | const |
void xmlbeansxx::ElemDict::free | ( | ) |
bool xmlbeansxx::ElemDict::hasEmptyContent | ( | ) | const |
void xmlbeansxx::ElemDict::removeAt | ( | const QName & | name, |
int | index | ||
) |
void xmlbeansxx::ElemDict::set | ( | const QName & | u, |
int | pos, | ||
ElemDict::data_type | v | ||
) |
int xmlbeansxx::ElemDict::size | ( | ) | const |