#include <pugixml.hpp>
Public 成员函数 | |
bool | as_bool (bool def=false) const |
double | as_double (double def=0) const |
float | as_float (float def=0) const |
int | as_int (int def=0) const |
const char_t * | as_string (const char_t *def=PUGIXML_TEXT("")) const |
unsigned int | as_uint (unsigned int def=0) const |
bool | empty () const |
size_t | hash_value () const |
xml_attribute_struct * | internal_object () const |
const char_t * | name () const |
xml_attribute | next_attribute () const |
operator unspecified_bool_type () const | |
bool | operator! () const |
bool | operator!= (const xml_attribute &r) const |
bool | operator< (const xml_attribute &r) const |
bool | operator<= (const xml_attribute &r) const |
xml_attribute & | operator= (bool rhs) |
xml_attribute & | operator= (const char_t *rhs) |
xml_attribute & | operator= (double rhs) |
xml_attribute & | operator= (float rhs) |
xml_attribute & | operator= (int rhs) |
xml_attribute & | operator= (long rhs) |
xml_attribute & | operator= (unsigned int rhs) |
xml_attribute & | operator= (unsigned long rhs) |
bool | operator== (const xml_attribute &r) const |
bool | operator> (const xml_attribute &r) const |
bool | operator>= (const xml_attribute &r) const |
xml_attribute | previous_attribute () const |
bool | set_name (const char_t *rhs) |
bool | set_value (bool rhs) |
bool | set_value (const char_t *rhs) |
bool | set_value (double rhs) |
bool | set_value (float rhs) |
bool | set_value (int rhs) |
bool | set_value (long rhs) |
bool | set_value (unsigned int rhs) |
bool | set_value (unsigned long rhs) |
const char_t * | value () const |
xml_attribute () | |
xml_attribute (xml_attribute_struct *attr) | |
Private 类型 | |
typedef void(* | unspecified_bool_type) (xml_attribute ***) |
Private 属性 | |
xml_attribute_struct * | _attr |
友元 | |
class | xml_attribute_iterator |
class | xml_node |
在文件 pugixml.hpp 第 344 行定义.
|
private |
在文件 pugixml.hpp 第 352 行定义.
PUGI__FN pugi::xml_attribute::xml_attribute | ( | ) |
|
explicit |
在文件 pugixml.cpp 第 5105 行定义.
PUGI__FN bool pugi::xml_attribute::as_bool | ( | bool | def = false | ) | const |
在文件 pugixml.cpp 第 5188 行定义.
引用了 _attr , 以及 pugi::xml_attribute_struct::value.
PUGI__FN double pugi::xml_attribute::as_double | ( | double | def = 0 | ) | const |
在文件 pugixml.cpp 第 5178 行定义.
引用了 _attr , 以及 pugi::xml_attribute_struct::value.
被这些函数引用 carla::opendrive::parser::GeometryParser::Parse(), carla::opendrive::parser::RoadParser::Parse(), carla::opendrive::parser::SignalParser::Parse() , 以及 carla::opendrive::parser::ParseLanes().
PUGI__FN float pugi::xml_attribute::as_float | ( | float | def = 0 | ) | const |
在文件 pugixml.cpp 第 5183 行定义.
引用了 _attr , 以及 pugi::xml_attribute_struct::value.
PUGI__FN int pugi::xml_attribute::as_int | ( | int | def = 0 | ) | const |
在文件 pugixml.cpp 第 5168 行定义.
引用了 _attr , 以及 pugi::xml_attribute_struct::value.
被这些函数引用 carla::opendrive::parser::RoadParser::Parse().
PUGI__FN const char_t * pugi::xml_attribute::as_string | ( | const char_t * | def = PUGIXML_TEXT("") | ) | const |
在文件 pugixml.cpp 第 5163 行定义.
引用了 _attr , 以及 pugi::xml_attribute_struct::value.
被这些函数引用 carla::opendrive::parser::ObjectParser::Parse().
PUGI__FN unsigned int pugi::xml_attribute::as_uint | ( | unsigned int | def = 0 | ) | const |
在文件 pugixml.cpp 第 5173 行定义.
引用了 _attr , 以及 pugi::xml_attribute_struct::value.
被这些函数引用 carla::opendrive::parser::LaneParser::Parse(), carla::opendrive::parser::ObjectParser::Parse(), carla::opendrive::parser::RoadParser::Parse(), carla::opendrive::parser::SignalParser::Parse(), test_geometry() , 以及 test_road_elevation().
PUGI__FN bool pugi::xml_attribute::empty | ( | ) | const |
在文件 pugixml.cpp 第 5205 行定义.
引用了 _attr.
PUGI__FN size_t pugi::xml_attribute::hash_value | ( | ) | const |
在文件 pugixml.cpp 第 5220 行定义.
引用了 _attr.
PUGI__FN xml_attribute_struct * pugi::xml_attribute::internal_object | ( | ) | const |
在文件 pugixml.cpp 第 5225 行定义.
引用了 _attr.
在文件 pugixml.cpp 第 5210 行定义.
引用了 _attr, pugi::xml_attribute_struct::name , 以及 PUGIXML_TEXT.
PUGI__FN xml_attribute pugi::xml_attribute::next_attribute | ( | ) | const |
在文件 pugixml.cpp 第 5153 行定义.
引用了 _attr, pugi::xml_attribute_struct::next_attribute , 以及 xml_attribute().
被这些函数引用 pugi::xml_node::find_attribute().
PUGI__FN pugi::xml_attribute::operator xml_attribute::unspecified_bool_type | ( | ) | const |
PUGI__FN bool pugi::xml_attribute::operator! | ( | ) | const |
在文件 pugixml.cpp 第 5118 行定义.
引用了 _attr.
PUGI__FN bool pugi::xml_attribute::operator!= | ( | const xml_attribute & | r | ) | const |
在文件 pugixml.cpp 第 5128 行定义.
引用了 _attr.
PUGI__FN bool pugi::xml_attribute::operator< | ( | const xml_attribute & | r | ) | const |
在文件 pugixml.cpp 第 5133 行定义.
引用了 _attr.
PUGI__FN bool pugi::xml_attribute::operator<= | ( | const xml_attribute & | r | ) | const |
在文件 pugixml.cpp 第 5143 行定义.
引用了 _attr.
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | bool | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | const char_t * | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | double | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | float | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | int | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | long | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | unsigned int | rhs | ) |
PUGI__FN xml_attribute & pugi::xml_attribute::operator= | ( | unsigned long | rhs | ) |
PUGI__FN bool pugi::xml_attribute::operator== | ( | const xml_attribute & | r | ) | const |
在文件 pugixml.cpp 第 5123 行定义.
引用了 _attr.
PUGI__FN bool pugi::xml_attribute::operator> | ( | const xml_attribute & | r | ) | const |
在文件 pugixml.cpp 第 5138 行定义.
引用了 _attr.
PUGI__FN bool pugi::xml_attribute::operator>= | ( | const xml_attribute & | r | ) | const |
在文件 pugixml.cpp 第 5148 行定义.
引用了 _attr.
PUGI__FN xml_attribute pugi::xml_attribute::previous_attribute | ( | ) | const |
在文件 pugixml.cpp 第 5158 行定义.
引用了 _attr, pugi::xml_attribute_struct::next_attribute, pugi::xml_attribute_struct::prev_attribute_c , 以及 xml_attribute().
被这些函数引用 pugi::xml_attribute_iterator::operator--().
在文件 pugixml.cpp 第 5292 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::name.
被这些函数引用 pugi::xml_node::append_attribute(), pugi::xml_node::insert_attribute_after(), pugi::xml_node::insert_attribute_before() , 以及 pugi::xml_node::prepend_attribute().
PUGI__FN bool pugi::xml_attribute::set_value | ( | bool | rhs | ) |
在文件 pugixml.cpp 第 5348 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
在文件 pugixml.cpp 第 5299 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
被这些函数引用 operator=(), operator=(), operator=(), operator=(), operator=(), operator=(), operator=() , 以及 operator=().
PUGI__FN bool pugi::xml_attribute::set_value | ( | double | rhs | ) |
在文件 pugixml.cpp 第 5334 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
PUGI__FN bool pugi::xml_attribute::set_value | ( | float | rhs | ) |
在文件 pugixml.cpp 第 5341 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
PUGI__FN bool pugi::xml_attribute::set_value | ( | int | rhs | ) |
在文件 pugixml.cpp 第 5306 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
PUGI__FN bool pugi::xml_attribute::set_value | ( | long | rhs | ) |
在文件 pugixml.cpp 第 5320 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
PUGI__FN bool pugi::xml_attribute::set_value | ( | unsigned int | rhs | ) |
在文件 pugixml.cpp 第 5313 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
PUGI__FN bool pugi::xml_attribute::set_value | ( | unsigned long | rhs | ) |
在文件 pugixml.cpp 第 5327 行定义.
引用了 _attr, pugi::xml_attribute_struct::header , 以及 pugi::xml_attribute_struct::value.
在文件 pugixml.cpp 第 5215 行定义.
引用了 _attr, PUGIXML_TEXT , 以及 pugi::xml_attribute_struct::value.
被这些函数引用 carla::opendrive::parser::ControllerParser::Parse(), carla::opendrive::parser::GeometryParser::Parse(), carla::opendrive::parser::RoadParser::Parse() , 以及 carla::opendrive::parser::ParseLanes().
|
friend |
在文件 pugixml.hpp 第 346 行定义.
|
friend |
在文件 pugixml.hpp 第 347 行定义.
|
private |
在文件 pugixml.hpp 第 350 行定义.
被这些函数引用 pugi::xml_node::append_attribute(), pugi::xml_node::append_copy(), as_bool(), as_double(), as_float(), as_int(), as_string(), as_uint(), pugi::xml_node::attribute(), empty(), hash_value(), pugi::xml_node::insert_attribute_after(), pugi::xml_node::insert_attribute_before(), pugi::xml_node::insert_copy_after(), pugi::xml_node::insert_copy_before(), internal_object(), name(), next_attribute(), operator unspecified_bool_type(), operator!(), operator!=(), pugi::xml_attribute_iterator::operator!=(), pugi::xml_attribute_iterator::operator*(), pugi::xml_attribute_iterator::operator++(), pugi::xml_attribute_iterator::operator--(), pugi::xml_attribute_iterator::operator->(), operator<(), operator<=(), operator==(), pugi::xml_attribute_iterator::operator==(), operator>(), operator>=(), pugi::xml_node::prepend_attribute(), pugi::xml_node::prepend_copy(), previous_attribute(), pugi::xml_node::remove_attribute(), set_name(), set_value(), set_value(), set_value(), set_value(), set_value(), set_value(), set_value(), set_value() , 以及 value().