#include <OXML_Types.h>
#include <OXML_ObjectWithAttrProp.h>
#include <OXML_Element.h>
#include <ut_types.h>
#include <pd_Document.h>
#include <string>
#include <vector>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | OXML_Section |
Typedefs | |
typedef std::shared_ptr < OXML_Section > | OXML_SharedSection |
typedef std::vector < OXML_SharedSection > | OXML_SectionVector |
typedef std::map< std::string, OXML_SharedSection > | OXML_SectionMap |
Functions | |
bool | operator== (const OXML_SharedSection &lhs, const std::string &id) |
typedef std::map<std::string, OXML_SharedSection > OXML_SectionMap |
typedef std::vector< OXML_SharedSection > OXML_SectionVector |
typedef std::shared_ptr<OXML_Section> OXML_SharedSection |
bool operator== | ( | const OXML_SharedSection & | lhs, | |
const std::string & | id | |||
) | [inline] |
Referenced by PD_RDFModelIterator::operator!=().