DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
dmtcp::KeyValue Class Reference

#include <lookup_service.h>

Public Member Functions

 KeyValue (const void *data, const size_t len)
 
 ~KeyValue ()
 
void destroy ()
 
void * data ()
 
size_t len ()
 
bool operator< (const KeyValue &that) const
 
bool operator== (const KeyValue &that) const
 
bool operator!= (const KeyValue &that) const
 

Detailed Description

Definition at line 32 of file lookup_service.h.

Constructor & Destructor Documentation

dmtcp::KeyValue::KeyValue ( const void *  data,
const size_t  len 
)
inline

Definition at line 34 of file lookup_service.h.

dmtcp::KeyValue::~KeyValue ( )
inline

Definition at line 39 of file lookup_service.h.

Member Function Documentation

void* dmtcp::KeyValue::data ( )
inline

Definition at line 46 of file lookup_service.h.

void dmtcp::KeyValue::destroy ( )
inline

Definition at line 41 of file lookup_service.h.

size_t dmtcp::KeyValue::len ( )
inline

Definition at line 47 of file lookup_service.h.

bool dmtcp::KeyValue::operator!= ( const KeyValue that) const
inline

Definition at line 58 of file lookup_service.h.

bool dmtcp::KeyValue::operator< ( const KeyValue that) const
inline

Definition at line 49 of file lookup_service.h.

bool dmtcp::KeyValue::operator== ( const KeyValue that) const
inline

Definition at line 55 of file lookup_service.h.


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