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

#include <wsjcpp_storages.h>

Static Public Member Functions

static void initGlobalVariables ()
 
static void add (const std::string &sType, IFabricWsjcppStorage *pStorage)
 
static std::vector< std::string > list ()
 
static bool support (const std::string &sType)
 
static WsjcppStoragecreate (const std::string &sType)
 

Member Function Documentation

◆ add()

void WsjcppStorages::add ( const std::string &  sType,
IFabricWsjcppStorage pStorage 
)
static

◆ create()

WsjcppStorage * WsjcppStorages::create ( const std::string &  sType)
static

◆ initGlobalVariables()

void WsjcppStorages::initGlobalVariables ( )
static

◆ list()

std::vector< std::string > WsjcppStorages::list ( )
static

◆ support()

bool WsjcppStorages::support ( const std::string &  sType)
static

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