SVD reader with Expat(https://github.com/libexpat/libexpat)
More...
#include <expat.hpp>
SVD reader with Expat(https://github.com/libexpat/libexpat)
- When you want to use this header,add Expat to include directories and link libraries.
if(!r.ok())return;
if(!r.ok())return;
- See also
- https://github.com/libexpat/libexpat
Definition at line 102 of file expat.hpp.
◆ expat_svd_reader() [1/3]
| nodamushi::svd::expat_svd_reader::expat_svd_reader |
( |
const std::string & |
file_name, |
|
|
bool |
throw_error = false |
|
) |
| |
|
inline |
◆ expat_svd_reader() [2/3]
◆ ~expat_svd_reader()
| nodamushi::svd::expat_svd_reader::~expat_svd_reader |
( |
| ) |
|
|
inline |
◆ expat_svd_reader() [3/3]
◆ close()
| void nodamushi::svd::expat_svd_reader::close |
( |
| ) |
|
|
inline |
◆ is_end()
| bool nodamushi::svd::expat_svd_reader::is_end |
( |
| ) |
|
|
inline |
svd_reader_base interface function
Definition at line 185 of file expat.hpp.
◆ ok()
| bool nodamushi::svd::expat_svd_reader::ok |
( |
| ) |
const |
|
inline |
- Returns
- file open / xml parse status
Definition at line 135 of file expat.hpp.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ read()
| void nodamushi::svd::expat_svd_reader::read |
( |
| ) |
|
|
inline |
svd_reader_base interface function
Definition at line 168 of file expat.hpp.
◆ BUFFER_SIZE
| constexpr size_t nodamushi::svd::expat_svd_reader::BUFFER_SIZE =1024 |
|
static |
The documentation for this struct was generated from the following file: