fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <wsjcpp_storages.h>
Public Member Functions | |
WsjcppStorageTable (const std::string &sTableName) | |
WsjcppStorageTable (WsjcppStorageCreateTable &createTable) | |
std::string | getTableName () const |
const std::vector< WsjcppStorageColumnDef > & | getColumns () const |
void | mergeWith (WsjcppStorageModifyTable &modifyTable) |
Private Attributes | |
std::string | TAG |
std::string | m_sTableName |
std::vector< WsjcppStorageColumnDef > | m_vColumns |
WsjcppStorageTable::WsjcppStorageTable | ( | const std::string & | sTableName | ) |
WsjcppStorageTable::WsjcppStorageTable | ( | WsjcppStorageCreateTable & | createTable | ) |
const std::vector< WsjcppStorageColumnDef > & WsjcppStorageTable::getColumns | ( | ) | const |
std::string WsjcppStorageTable::getTableName | ( | ) | const |
void WsjcppStorageTable::mergeWith | ( | WsjcppStorageModifyTable & | modifyTable | ) |
|
private |
|
private |
|
private |