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

#include <wsjcpp_storages.h>

Inheritance diagram for WsjcppStorageChanges:
Inheritance graph
[legend]

Public Member Functions

 WsjcppStorageChanges (const std::string &sTableName)
 
std::string getTableName () const
 
virtual WsjcppStorageChangesType getType () const
 
virtual std::string getStartApply () const
 
virtual std::string getAppliedSuccess () const
 
virtual std::string getAppliedFailed () const
 

Protected Attributes

std::string TAG
 
std::string m_sTableName
 

Constructor & Destructor Documentation

◆ WsjcppStorageChanges()

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

Member Function Documentation

◆ getAppliedFailed()

std::string WsjcppStorageChanges::getAppliedFailed ( ) const
virtual

◆ getAppliedSuccess()

std::string WsjcppStorageChanges::getAppliedSuccess ( ) const
virtual

◆ getStartApply()

std::string WsjcppStorageChanges::getStartApply ( ) const
virtual

◆ getTableName()

std::string WsjcppStorageChanges::getTableName ( ) const

◆ getType()

WsjcppStorageChangesType WsjcppStorageChanges::getType ( ) const
virtual

Member Data Documentation

◆ m_sTableName

std::string WsjcppStorageChanges::m_sTableName
protected

◆ TAG

std::string WsjcppStorageChanges::TAG
protected

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