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 | |
WsjcppPrintTree (const std::string &sTitle) | |
WsjcppPrintNode * | getRootNode () |
WsjcppPrintNode * | getCurrentNode () |
WsjcppPrintTree & | switchToLatestChild () |
WsjcppPrintTree & | addChild (const std::string &sTitle) |
WsjcppPrintTree & | switchToParent () |
std::string | printTree () |
Private Member Functions | |
std::string | printRecoursive (const std::string &sPrefix, WsjcppPrintNode *pParentNode) |
Private Attributes | |
std::string | TAG |
WsjcppPrintNode * | m_pRootNode |
WsjcppPrintNode * | m_pCurrentNode |
WsjcppPrintTree::WsjcppPrintTree | ( | const std::string & | sTitle | ) |
WsjcppPrintTree & WsjcppPrintTree::addChild | ( | const std::string & | sTitle | ) |
WsjcppPrintNode * WsjcppPrintTree::getCurrentNode | ( | ) |
WsjcppPrintNode * WsjcppPrintTree::getRootNode | ( | ) |
|
private |
std::string WsjcppPrintTree::printTree | ( | ) |
WsjcppPrintTree & WsjcppPrintTree::switchToLatestChild | ( | ) |
WsjcppPrintTree & WsjcppPrintTree::switchToParent | ( | ) |
|
private |
|
private |
|
private |