#ifndef OTMLDECLARATIONS_H #define OTMLDECLARATIONS_H #include class OTMLNode; class OTMLDocument; class OTMLParser; class OTMLEmitter; typedef std::shared_ptr OTMLNodePtr; typedef std::shared_ptr OTMLDocumentPtr; typedef std::weak_ptr OTMLNodeWeakPtr; typedef std::vector OTMLNodeList; #endif