fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Private Attributes | List of all members
WsjcppStorageTable Class Reference

#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< WsjcppStorageColumnDefm_vColumns
 

Constructor & Destructor Documentation

◆ WsjcppStorageTable() [1/2]

WsjcppStorageTable::WsjcppStorageTable ( const std::string &  sTableName)

◆ WsjcppStorageTable() [2/2]

WsjcppStorageTable::WsjcppStorageTable ( WsjcppStorageCreateTable createTable)

Member Function Documentation

◆ getColumns()

const std::vector< WsjcppStorageColumnDef > & WsjcppStorageTable::getColumns ( ) const

◆ getTableName()

std::string WsjcppStorageTable::getTableName ( ) const

◆ mergeWith()

void WsjcppStorageTable::mergeWith ( WsjcppStorageModifyTable modifyTable)

Member Data Documentation

◆ m_sTableName

std::string WsjcppStorageTable::m_sTableName
private

◆ m_vColumns

std::vector<WsjcppStorageColumnDef> WsjcppStorageTable::m_vColumns
private

◆ TAG

std::string WsjcppStorageTable::TAG
private

The documentation for this class was generated from the following files: