|  | 
| typedef std::map< std::string, pointer_t > | map_t | 
|  | 
| typedef std::shared_ptr< xml > | pointer_t | 
|  | 
|  | 
|  | xml (std::string const &filename) | 
|  | 
|  | xml (std::string const &filename, std::istream &in) | 
|  | 
| node::pointer_t | root () | 
|  | 
|  | 
| node::pointer_t | f_root = node::pointer_t() | 
|  | 
Definition at line 40 of file xml.h.
 
◆ map_t
      
        
          | typedef std::map<std::string, pointer_t> basic_xml::xml::map_t | 
      
 
Definition at line 45 of file xml.h.
 
 
◆ pointer_t
      
        
          | typedef std::shared_ptr<xml> basic_xml::xml::pointer_t | 
      
 
Definition at line 43 of file xml.h.
 
 
◆ xml() [1/2]
      
        
          | basic_xml::xml::xml | ( | std::string const & | filename | ) |  | 
      
 
 
◆ xml() [2/2]
      
        
          | basic_xml::xml::xml | ( | std::string const & | filename, | 
        
          |  |  | std::istream & | in | 
        
          |  | ) |  |  | 
      
 
 
◆ root()
      
        
          | node::pointer_t basic_xml::xml::root | ( |  | ) |  | 
      
 
 
◆ f_root
  
  | 
        
          | node::pointer_t basic_xml::xml::f_root = node::pointer_t() |  | private | 
 
Definition at line 53 of file xml.h.
 
 
The documentation for this class was generated from the following files: