addAttribute(AttributeItem *attr) | aja::ElementItem | |
buildAja(OutputBuffer &out) | aja::ElementString | [virtual] |
clearAttributes() | aja::ElementItem | |
createNumAttribute(const byte_t attr_id, number_t attr_num) | aja::ElementItem | |
createStrAttribute(const byte_t attr_id, const char *attr_text) | aja::ElementItem | |
ElementItem(number_t element_id, elementType_t type) | aja::ElementItem | |
ElementString(number_t id, const char *text) | aja::ElementString | |
ElementString(number_t id, const std::string &text) | aja::ElementString | |
ElementString(number_t id) | aja::ElementString | |
getAttribute(byte_t id) | aja::ElementItem | |
getAttributeNum(byte_t id) | aja::ElementItem | |
getAttributesCount() | aja::ElementItem | |
getAttributeStr(byte_t id) | aja::ElementItem | |
getChild(unsigned int index) | aja::ElementItem | [virtual] |
getChildByID(number_t id) | aja::ElementItem | [virtual] |
getChildsCount() | aja::ElementItem | [virtual] |
getChildsCount(number_t id) | aja::ElementItem | [virtual] |
getElementContent() | aja::ElementString | [virtual] |
getElementId() | aja::ElementItem | |
getElementType() | aja::ElementItem | |
getItemSize() | aja::ElementString | [virtual] |
getItemType() | aja::Item | |
getParent() | aja::ElementItem | |
Item() | aja::Item | |
Item(itemType_t type) | aja::Item | |
mAttributes | aja::ElementItem | [protected] |
mAttributesCount | aja::ElementItem | [protected] |
mElementId | aja::ElementItem | [protected] |
mElementType | aja::ElementItem | [protected] |
mItemType | aja::Item | [protected] |
mParent | aja::ElementItem | [protected] |
mString | aja::ElementString | [protected] |
parseElement(const buffer_t buffer, unsigned int size, unsigned int &pos) | aja::ElementItem | [static] |
parseElmData(buffer_t buffer, unsigned int size, unsigned int &pos) | aja::ElementString | [virtual] |
setParent(ElementItem *parent) | aja::ElementItem | |
aja::Item::setParent(Item *parent) | aja::Item | |
setString(const std::string &str) | aja::ElementString | |
setString(const char *str, unsigned int size) | aja::ElementString | |
~ElementItem() | aja::ElementItem | [virtual] |
~ElementString() | aja::ElementString | [virtual] |
~Item() | aja::Item | [virtual] |