soma-io  5.0.5
soma::MinfTreeExpander Class Reference

#include <soma-io/utilities/minfXML2.h>

Inheritance diagram for soma::MinfTreeExpander:
Collaboration diagram for soma::MinfTreeExpander:

Public Member Functions

 MinfTreeExpander ()
 
virtual ~MinfTreeExpander ()
 
void push (carto::rc_ptr< MinfNodeExpander >)
 
carto::rc_ptr< MinfNodeExpanderpop ()
 
void addReference (const std::string &identifier, carto::Object value)
 
carto::Object getReferencedObject (const std::string &identifier)
 
virtual std::string startStructure (const std::string &nodeType, const std::string &identifier, carto::Object attributes, const std::string &parentSyntax=std::string(), const std::string &name=std::string())
 
virtual void endStructure (const std::string &nodeType)
 
virtual void atom (carto::Object, const std::string &identifier)
 
virtual void reference (const std::string &identifier)
 
- Public Member Functions inherited from carto::RCObject
 RCObject ()
 
 RCObject (const RCObject &)
 
RCObjectoperator= (const RCObject &)
 
virtual ~RCObject ()
 

Additional Inherited Members

- Public Types inherited from carto::RCObject
typedef int RefCounterType
 

Detailed Description

Definition at line 124 of file minfXML2.h.

Constructor & Destructor Documentation

◆ MinfTreeExpander()

soma::MinfTreeExpander::MinfTreeExpander ( )

◆ ~MinfTreeExpander()

virtual soma::MinfTreeExpander::~MinfTreeExpander ( )
virtual

Member Function Documentation

◆ addReference()

void soma::MinfTreeExpander::addReference ( const std::string &  identifier,
carto::Object  value 
)

◆ atom()

virtual void soma::MinfTreeExpander::atom ( carto::Object  ,
const std::string &  identifier 
)
virtual

◆ endStructure()

virtual void soma::MinfTreeExpander::endStructure ( const std::string &  nodeType)
virtual

◆ getReferencedObject()

carto::Object soma::MinfTreeExpander::getReferencedObject ( const std::string &  identifier)

◆ pop()

carto::rc_ptr< MinfNodeExpander > soma::MinfTreeExpander::pop ( )

◆ push()

void soma::MinfTreeExpander::push ( carto::rc_ptr< MinfNodeExpander )

◆ reference()

virtual void soma::MinfTreeExpander::reference ( const std::string &  identifier)
virtual

◆ startStructure()

virtual std::string soma::MinfTreeExpander::startStructure ( const std::string &  nodeType,
const std::string &  identifier,
carto::Object  attributes,
const std::string &  parentSyntax = std::string(),
const std::string &  name = std::string() 
)
virtual

The documentation for this class was generated from the following file: