#include <tinyxml.hpp>
|
| using | node = ::tinyxml2::XMLNode |
| |
| using | text = ::tinyxml2::XMLText |
| |
| using | element = ::tinyxml2::XMLElement |
| |
| using | attribute = ::tinyxml2::XMLAttribute |
| |
| using | document = ::tinyxml2::XMLDocument |
| |
SVD reader with TinyXML-2k.
- When you want to use this header,add TineyXML2 to include directories and link libraries.
if(!r.ok())return;
if(!r.ok())return;
- See also
- https://github.com/libexpat/libexpat
Definition at line 39 of file tinyxml.hpp.
◆ attribute
◆ document
◆ element
◆ node
◆ text
◆ tinyxml_svd_reader()
| nodamushi::svd::tinyxml_svd_reader::tinyxml_svd_reader |
( |
const std::string & |
filename, |
|
|
bool |
throw_error = false |
|
) |
| |
|
inline |
◆ get_name()
| std::string nodamushi::svd::tinyxml_svd_reader::get_name |
( |
| ) |
const |
|
inline |
◆ get_value()
| std::string nodamushi::svd::tinyxml_svd_reader::get_value |
( |
| ) |
const |
|
inline |
◆ is_attribute()
| bool nodamushi::svd::tinyxml_svd_reader::is_attribute |
( |
| ) |
const |
|
inline |
◆ next_child()
| sub_reader nodamushi::svd::tinyxml_svd_reader::next_child |
( |
| ) |
|
|
inline |
◆ ok()
| bool nodamushi::svd::tinyxml_svd_reader::ok |
( |
| ) |
const |
|
inline |
- Returns
- file open / xml parse status
Definition at line 59 of file tinyxml.hpp.
◆ operator bool()
| nodamushi::svd::tinyxml_svd_reader::operator bool |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: