LedgerData
get() [LedgerData class]
Get the value of an entry with the name name
.
This method is inefficient for complex value types, as it returns a copy of
the value. Use operator[]
to get a reference to the value.
A null Variant
is returned if the entry doesn't exist.
// PROTOTYPES
Variant get(const char* name) const;
Variant get(const String& name) const;