5 #include <libutl/String.h> 53 return _name.compare(rhs._name);
65 _name.serialize(stream, io, mode);
79 if (_name.empty())
return nullptr;
void setName(const String &name)
Set the name.
void serialize(bool &b, Stream &stream, uint_t io, uint_t mode=ser_default)
Serialize a boolean.
default representation (via getSerializeMode())
void copy(T *dest, const T *src, size_t len)
Copy one array of objects to another.
const String & getName() const
Get the name.
void clear()
Clear the name.
const String * getNamePtr() const
Get the address of the name.
unsigned int uint_t
Unsigned integer.
int compare(bool lhs, bool rhs)
Compare two boolean values.
NamedObjectMI(const String &name)
Constructor.
NamedObjectMI()
Constructor.