75    void set(
const std::string & name, 
const std::string & value);
 
   83    int64_t 
getInt(
const std::string & name);
 
   93    void set(
const std::string & name, uint64_t value);
 
 
#define ONIXS_B3_BOE_EXPORTED
 
TcpDirectAttr(const TcpDirectAttr &other)
 
void set(const std::string &name, const std::string &value)
Sets the attribute to the given value.
 
int64_t getInt(const std::string &name)
Gets an integer attribute.
 
friend class TcpDirectStack
 
std::string getString(const std::string &name)
Gets a string attribute.
 
TcpDirectAttr & operator=(const TcpDirectAttr &other)
 
void set(const std::string &name, uint64_t value)
Sets the attribute to the given value.
 
TcpDirectAttr()
Allocates an attribute object.
 
A high-level wrapper over the TCPDirect network stack.