29 #ifndef _ATTRIBUTEITER_H 30 #define _ATTRIBUTEITER_H 91 std::map<t_id,std::string >::const_iterator _it;
93 unsigned int _nb_items;
std::string t_id
Definition: typedefs.h:35
Iterator on attributes.
Definition: attributeiter.h:46
std::string currentTitle() const
Get title.
Definition: attributeiter.cpp:76
libgexf::t_id next()
Iterate.
Definition: attributeiter.cpp:64
Definition: abstractiter.h:32
AttributeIter(const Data *d, const AttributeIter::Type t)
Constructor.
Definition: attributeiter.cpp:35
libgexf::t_attr_type currentType() const
Get type.
Definition: attributeiter.cpp:82
Iterator Interface.
Definition: abstractiter.h:37
t_attr_type
Available types of attributes.
Definition: typedefs.h:55
Associated data and attributes on nodes and edges.
Definition: data.h:47
bool hasNext() const
Test next element in collection.
Definition: attributeiter.cpp:58
AttributeIter * begin()
Init.
Definition: attributeiter.cpp:43
Type
Possible type of element.
Definition: attributeiter.h:51