73 void set(
const std::string & name,
const std::string & value);
81 int64_t
getInt(
const std::string & name);
91 void set(
const std::string & name, uint64_t value);
#define ONIXS_ICEBOE_NAMESPACE_BEGIN
#define ONIXS_ICEBOE_NAMESPACE_END
#define ONIXS_ICEBOE_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.