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

Synopsis

Declared in <bdld_datum.h>

class DatumMapEntry;

Member Functions

Name

Description

DatumMapEntry [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<DatumMapEntry, HasPrintMethod>

Declare nested type traits for this type.

Non-Member Functions

Name

Description

operator!=

Return whether lhs and rhs have different values.

operator==

Return whether lhs and rhs have the same value.

Created with MrDocs