BloombergLP::bdld::DatumIntMapEntry

This class represents an entry in a datum map keyed by string values.

Synopsis

Declared in <bdld_datum.h>

class DatumIntMapEntry;

Member Functions

NameDescription
DatumIntMapEntry [constructor]Constructors
key Return the key for this entry.
print Format this object to the specified output stream.
setKey Set the key for this entry to the specified key.
setValue Set the value for this entry to the specified value.
value Return the value for this entry.
operator BloombergLP::bslmf::NestedTraitDeclaration<DatumIntMapEntry, HasPrintMethod> Declare nested type traits for this type.

Non-Member Functions

NameDescription
operator!=Return whether lhs and rhs have different values.
operator==Return whether lhs and rhs have the same value.