14 #ifndef WS_ACCESS_TREE_H__
15 #define WS_ACCESS_TREE_H__
42 WsAccessTree(
FileSystemTreePtr fs,
const std::set<std::string>& gid,
const int& md,
const std::set<std::string>& names,
const std::set<std::string>& ext,
const path& rootPath,
const std::string& stamp);
51 WsAccessTree(
NodePtr n,
const std::set<std::string>& gid,
const int& md,
const path& rootPath,
const std::string& stamp);
60 WsAccessTree(
NodePtr n,
const std::set<std::string>& gid,
const int& md,
const std::set<std::string>& names,
const std::set<std::string>& ext,
const path& rootPath,
const std::string& stamp);
boost::shared_ptr< WsAbstractNode > NodePtr
Reprensents an access tree.
Abstract class representing an WsAccessTree or WsMenuTree.
Reprensents the tree of a group. If a group does not have access to a Node, this Node will not show i...
boost::shared_ptr< WsFileSystemTree > FileSystemTreePtr
WsAccessTree(FileSystemTreePtr fs, const std::set< std::string > &gid, const int &md, const path &rootPath, const std::string &stamp)
Constructor for the AccessTree class.