Wittyshare
0.2
|
Node structure, must be inherited. More...
#include <boost/lexical_cast.hpp>
#include <algorithm>
#include <ConfigManager/WsNodeProperties.h>
#include <Include/WsGlobalConfig.h>
#include "WsAbstractNode.h"
Go to the source code of this file.
Classes | |
class | WsNode |
Represents a node on disk. More... | |
struct | WsNode::compareNodes |
Compares two nodes and returns true or false depending on : If Sort order is asc in the node configuration file, return true if the lhs sort number > rhs sort number, false otherwise If there are no sort number return true if lhs.getName < rhs.getName. If the sort order is desc, the return values are inversed. More... | |