#include <MetaGMEVisitor.h>
Public Types | |
typedef std::pair< BON::Folder, std::string > | FolderNamespPair |
typedef std::vector < FolderNamespPair > | VectorOfPairs |
Public Member Functions | |
MetaGMEVisitor () | |
virtual | ~MetaGMEVisitor () |
void | showOptions () |
virtual void | visitFolderImpl (const BON::Folder &folder) |
Protected Attributes | |
VectorOfPairs | m_data |
Definition at line 11 of file MetaGMEVisitor.h.
typedef std::pair< BON::Folder, std::string > MetaBON::MetaGMEVisitor::FolderNamespPair |
Definition at line 15 of file MetaGMEVisitor.h.
typedef std::vector< FolderNamespPair > MetaBON::MetaGMEVisitor::VectorOfPairs |
Definition at line 16 of file MetaGMEVisitor.h.
MetaBON::MetaGMEVisitor::MetaGMEVisitor | ( | ) |
Definition at line 8 of file MetaGMEVisitor.cpp.
MetaBON::MetaGMEVisitor::~MetaGMEVisitor | ( | ) | [virtual] |
Definition at line 10 of file MetaGMEVisitor.cpp.
void MetaBON::MetaGMEVisitor::showOptions | ( | ) |
Definition at line 28 of file MetaGMEVisitor.cpp.
void MetaBON::MetaGMEVisitor::visitFolderImpl | ( | const BON::Folder & | folder | ) | [virtual] |
Reimplemented from BON::Visitor.
Definition at line 13 of file MetaGMEVisitor.cpp.
VectorOfPairs MetaBON::MetaGMEVisitor::m_data [protected] |
Definition at line 20 of file MetaGMEVisitor.h.