Searched defs:Label (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/util/
H A Dege-tags.cpp60 Label::Label(std::string const& lang, std::string const& value) : function in class:ege::Label
66 Label::~Label()
102 struct sameLang : public std::binary_function<Label, Label, bool> {
103 bool operator()(Label const& x, Label const& y) const { return (x.lang == y.lang); }
115 for ( std::vector<Label>::const_iterator it2 = tag.labels.begin(); it2 != tag.labels.end(); ++it2 ) {
116 std::vector<Label>
[all...]
H A Dege-tags.h53 class Label class in namespace:ege
56 Label();
57 Label(std::string const& lang, std::string const& value);
58 ~Label();
72 std::vector<Label> labels;

Completed in 44 milliseconds