|
NSVD Reader
0.0.1
|
SVD reader with Expat. More...
Go to the source code of this file.
Classes | |
| struct | nodamushi::svd::expat_svd_reader |
| SVD reader with Expat(https://github.com/libexpat/libexpat) More... | |
Namespaces | |
| nodamushi | |
| nodamushi::svd | |
| nodamushi::svd::expat_handler | |
Functions | |
| template<typename P > | |
| void | nodamushi::svd::expat_handler::add_child (P *ptr, const XML_Char *name, const XML_Char **attributes) |
| template<typename UD > | |
| void XMLCALL | nodamushi::svd::expat_handler::element_start (void *user_data, const XML_Char *name, const XML_Char **attributes) |
| template<typename UD > | |
| void XMLCALL | nodamushi::svd::expat_handler::element_end (void *user_data, const XML_Char *name) |
| template<typename UD > | |
| void XMLCALL | nodamushi::svd::expat_handler::element_char (void *user_data, const XML_Char *data, int len) |
SVD reader with Expat.
Definition in file expat.hpp.