Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes
WsNode.h File Reference

Node structure, must be inherited. More...

#include <boost/lexical_cast.hpp>
#include <algorithm>
#include <ConfigManager/WsNodeProperties.h>
#include <Include/WsGlobalConfig.h>
#include "WsAbstractNode.h"
Include dependency graph for WsNode.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Node structure, must be inherited.

Version
1.0
Date
01.07.2011 15:28:22

Author: Benoit Daccache, ben.d.nosp@m.acca.nosp@m.che@g.nosp@m.mail.nosp@m..com

Definition in file WsNode.h.