Inheritance Graph
graph BT
GenericAttributeList
GenericAttributeList --> GenericAttribute
click GenericAttributeList "classUtil_1_1GenericAttributeList"
click GenericAttribute "classUtil_1_1GenericAttribute"
Description
Generic attribute to store a list data structure.
Public Types
Public Functions
Documentation
typedef
Util::GenericAttributeList::attr_t
Defined in Util/GenericAttribute.h:572
typedef
Util::GenericAttributeList::const_iterator
Defined in Util/GenericAttribute.h:574
typedef
Util::GenericAttributeList::iterator
Defined in Util/GenericAttribute.h:575
function
Util::GenericAttributeList::GenericAttributeList
Defined in Util/GenericAttribute.h:577
function
Util::GenericAttributeList::GenericAttributeList
Defined in Util/GenericAttribute.h:578
function
Util::GenericAttributeList::GenericAttributeList
Defined in Util/GenericAttribute.h:579
function
Util::GenericAttributeList::~GenericAttributeList
Defined in Util/GenericAttribute.h:580
function
Util::GenericAttributeList::operator=
Defined in Util/GenericAttribute.h:582
function
Util::GenericAttributeList::operator=
Defined in Util/GenericAttribute.h:583
function
Util::GenericAttributeList::clear
Defined in Util/GenericAttribute.h:585
function
Util::GenericAttributeList::push_front
Defined in Util/GenericAttribute.h:586
function
Util::GenericAttributeList::push_back
Defined in Util/GenericAttribute.h:587
function
Util::GenericAttributeList::size
Defined in Util/GenericAttribute.h:588
function
Util::GenericAttributeList::empty
Defined in Util/GenericAttribute.h:589
function
Util::GenericAttributeList::begin
Defined in Util/GenericAttribute.h:591
function
Util::GenericAttributeList::begin
Defined in Util/GenericAttribute.h:592
function
Util::GenericAttributeList::end
Defined in Util/GenericAttribute.h:593
function
Util::GenericAttributeList::end
Defined in Util/GenericAttribute.h:594
function
Util::GenericAttributeList::front
Defined in Util/GenericAttribute.h:595
function
Util::GenericAttributeList::front
Defined in Util/GenericAttribute.h:596
function
Util::GenericAttributeList::back
Defined in Util/GenericAttribute.h:597
function
Util::GenericAttributeList::back
Defined in Util/GenericAttribute.h:598
function
Util::GenericAttributeList::erase
Defined in Util/GenericAttribute.h:600
function
Util::GenericAttributeList::erase
Defined in Util/GenericAttribute.h:601
function
Util::GenericAttributeList::implode
|
|
|
|
|
|
std::string implode( |
const std::string & |
separator ) const |
Defined in Util/GenericAttribute.h:603
function
Util::GenericAttributeList::at
Returns the element with given index (or nullptr if none exists).
Defined in Util/GenericAttribute.h:608
function
Util::GenericAttributeList::clone
Create a copy of this object.
Returns
Exact copy.
Defined in Util/GenericAttribute.h:610
function
Util::GenericAttributeList::toJSON
Convert the object to JavaScript Object Notation (JSON).
Returns
JSON representation;
Defined in Util/GenericAttribute.h:611
function
Util::GenericAttributeList::toString
Convert the object to a human-readable string.
Returns
String representation.
Defined in Util/GenericAttribute.h:612
function
Util::GenericAttributeList::operator==
Per default, the comparison returns false for unspecified types.
Defined in Util/GenericAttribute.h:613