fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <wsjcpp_print_tree.h>
Public Member Functions | |
WsjcppPrintNode (WsjcppPrintNode *pParent, const std::string &sTitle) | |
std::string | getTitle () |
WsjcppPrintNode * | getParent () |
std::vector< WsjcppPrintNode * > | getChildsList () |
WsjcppPrintNode * | getLastChild () |
WsjcppPrintNode * | addChild (const std::string &sTitle) |
bool | hasChilds () |
Private Attributes | |
std::string | TAG |
WsjcppPrintNode * | m_pParent |
std::string | m_sTitle |
std::vector< WsjcppPrintNode * > | m_vChilds |
WsjcppPrintNode::WsjcppPrintNode | ( | WsjcppPrintNode * | pParent, |
const std::string & | sTitle | ||
) |
WsjcppPrintNode * WsjcppPrintNode::addChild | ( | const std::string & | sTitle | ) |
std::vector< WsjcppPrintNode * > WsjcppPrintNode::getChildsList | ( | ) |
WsjcppPrintNode * WsjcppPrintNode::getLastChild | ( | ) |
WsjcppPrintNode * WsjcppPrintNode::getParent | ( | ) |
std::string WsjcppPrintNode::getTitle | ( | ) |
bool WsjcppPrintNode::hasChilds | ( | ) |
|
private |
|
private |
|
private |
|
private |