$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
#include <TINYXML_xmlIO.h>

Classes | |
| struct | Data |
Public Member Functions | |
| XMLreader (std::string fName) | |
| XMLreader (std::vector< TiXmlNode * > pParentVect) | |
| ~XMLreader () | |
| void | print (int indent) const |
| XMLreaderProxy | operator[] (std::string name) const |
| XMLreaderProxy | getElement (std::string name, plint id) const |
| std::string | getName () const |
| std::string | getText () const |
| std::string | getText (plint id) const |
| plint | getFirstId () const |
| std::string | getFirstText () const |
| bool | idExists (plint id) const |
| bool | getNextId (plint &id) const |
| std::vector< XMLreader * > const & | getChildren (plint id) const |
| plb::XMLreader::XMLreader | ( | std::string | fName | ) |
References plb::global::mpi(), and plb::plbMainProcIOError().
| plb::XMLreader::XMLreader | ( | std::vector< TiXmlNode * > | pParentVect | ) |
References plb::global::mpi().
| plb::XMLreader::~XMLreader | ( | ) |
References plb::plbIOError(), and plb::util::val2str().
Referenced by plb::XMLreaderProxy::getChildren().
| XMLreaderProxy plb::XMLreader::getElement | ( | std::string | name, | |
| plint | id | |||
| ) | const |
References plb::plbIOError().
Referenced by plb::XMLreaderProxy::operator[]().
| plint plb::XMLreader::getFirstId | ( | ) | const |
Referenced by plb::XMLreaderProxy::XMLreaderProxy().
| std::string plb::XMLreader::getFirstText | ( | ) | const |
Referenced by print().
| std::string plb::XMLreader::getName | ( | ) | const |
Referenced by plb::XMLreaderProxy::getName(), and plb::XMLreaderProxy::read().
| bool plb::XMLreader::getNextId | ( | plint & | id | ) | const |
Referenced by plb::XMLreaderProxy::iterId().
| std::string plb::XMLreader::getText | ( | plint | id | ) | const |
| std::string plb::XMLreader::getText | ( | ) | const |
Referenced by plb::XMLreaderProxy::read(), and plb::XMLreaderProxy::readNoThrow().
| bool plb::XMLreader::idExists | ( | plint | id | ) | const |
Referenced by plb::XMLreaderProxy::operator[]().
| XMLreaderProxy plb::XMLreader::operator[] | ( | std::string | name | ) | const |
References plb::plbIOError().
| void plb::XMLreader::print | ( | int | indent | ) | const |
References getFirstText(), and plb::pcout.
1.6.3
1.6.3