DDS  ver. 2.0
Public Member Functions | Public Attributes | List of all members
dds::protocol_api::SDeleteKeyCmd Struct Reference

#include <DeleteKeyCmd.h>

Inheritance diagram for dds::protocol_api::SDeleteKeyCmd:
dds::protocol_api::SBasicCmd< SDeleteKeyCmd >

Public Member Functions

 SDeleteKeyCmd ()
 
size_t size () const
 
void _convertFromData (const MiscCommon::BYTEVector_t &_data)
 
void _convertToData (MiscCommon::BYTEVector_t *_data) const
 
bool operator== (const SDeleteKeyCmd &val) const
 
void setKey (const std::string &_propID, uint64_t _taskID)
 Helper function to set a key string in a form "propetrtyID.47598590403". More...
 
std::string getPropertyID () const
 Helper function to extract property ID from key. More...
 
uint64_t getTaskID () const
 Helper function to extract task ID from key. More...
 
- Public Member Functions inherited from dds::protocol_api::SBasicCmd< SDeleteKeyCmd >
void convertFromData (const MiscCommon::BYTEVector_t &_data)
 
void convertToData (MiscCommon::BYTEVector_t *_data) const
 

Public Attributes

std::string m_sKey
 

Constructor & Destructor Documentation

◆ SDeleteKeyCmd()

SDeleteKeyCmd::SDeleteKeyCmd ( )

Member Function Documentation

◆ _convertFromData()

void SDeleteKeyCmd::_convertFromData ( const MiscCommon::BYTEVector_t _data)

◆ _convertToData()

void SDeleteKeyCmd::_convertToData ( MiscCommon::BYTEVector_t _data) const

◆ getPropertyID()

string SDeleteKeyCmd::getPropertyID ( ) const

Helper function to extract property ID from key.

◆ getTaskID()

uint64_t SDeleteKeyCmd::getTaskID ( ) const

Helper function to extract task ID from key.

◆ operator==()

bool SDeleteKeyCmd::operator== ( const SDeleteKeyCmd val) const

◆ setKey()

void SDeleteKeyCmd::setKey ( const std::string &  _propID,
uint64_t  _taskID 
)

Helper function to set a key string in a form "propetrtyID.47598590403".

◆ size()

size_t SDeleteKeyCmd::size ( ) const

Member Data Documentation

◆ m_sKey

std::string dds::protocol_api::SDeleteKeyCmd::m_sKey

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