|
Wittyshare
0.2
|
Abstract Node class. More...
#include <boost/filesystem.hpp>#include <boost/shared_ptr.hpp>#include <boost/enable_shared_from_this.hpp>#include <ConfigManager/WsNodeProperties.h>#include <Logger/WsLogger.h>#include <iostream>#include <list>#include <vector>

Go to the source code of this file.
Classes | |
| class | WsAbstractNode |
| Contains Abstract metods on nodes and variables. More... | |
Macros | |
| #define | BOOST_FILESYSTEM_NO_DEPRECATED |
Typedefs | |
| typedef boost::shared_ptr < WsAbstractNode > | NodePtr |
| typedef boost::weak_ptr < WsAbstractNode > | WNodePtr |
| typedef boost::shared_ptr < WsNodeProperties > | NodePropertiesPtr |
Abstract Node class.
Author: Benoit Daccache, ben.daccache@gmail.com
Definition in file WsAbstractNode.h.
| #define BOOST_FILESYSTEM_NO_DEPRECATED |
Definition at line 16 of file WsAbstractNode.h.
| typedef boost::shared_ptr<WsNodeProperties> NodePropertiesPtr |
Definition at line 43 of file WsAbstractNode.h.
| typedef boost::shared_ptr<WsAbstractNode> NodePtr |
Definition at line 37 of file WsAbstractNode.h.
| typedef boost::weak_ptr<WsAbstractNode> WNodePtr |
Definition at line 41 of file WsAbstractNode.h.
1.8.6