The exception that is thrown when a parsing error occurs.
More...
#include <entry.h>
The exception that is thrown when a parsing error occurs.
Definition at line 170 of file entry.h.
◆ AccountEntry() [1/4]
Io::AccountEntry::AccountEntry |
( |
| ) |
|
◆ AccountEntry() [2/4]
Io::AccountEntry::AccountEntry |
( |
const std::string & | label, |
|
|
NodeEntry * | parent = nullptr ) |
Constructs a new account entry with the specified label and parent.
Definition at line 443 of file entry.cpp.
◆ AccountEntry() [3/4]
Io::AccountEntry::AccountEntry |
( |
std::istream & | stream | ) |
|
Constructs a new account entry which is deserialized from the specified stream.
Definition at line 451 of file entry.cpp.
◆ AccountEntry() [4/4]
Io::AccountEntry::AccountEntry |
( |
const AccountEntry & | other | ) |
|
Constructs a copy of the another entry.
Definition at line 480 of file entry.cpp.
◆ ~AccountEntry()
Io::AccountEntry::~AccountEntry |
( |
| ) |
|
|
override |
Destroys the entry.
Definition at line 489 of file entry.cpp.
◆ accumulateStatistics()
void Io::AccountEntry::accumulateStatistics |
( |
EntryStatistics & | stats | ) |
const |
|
overridevirtual |
Accumulates the statistics for this account entry and its fields.
Implements Io::Entry.
Definition at line 516 of file entry.cpp.
◆ clone()
◆ fields() [1/2]
std::vector< Field > & Io::AccountEntry::fields |
( |
| ) |
|
|
inline |
◆ fields() [2/2]
const std::vector< Field > & Io::AccountEntry::fields |
( |
| ) |
const |
|
inline |
◆ make()
void Io::AccountEntry::make |
( |
std::ostream & | stream | ) |
const |
|
overridevirtual |
Serializes the entry to the specified stream.
Implements Io::Entry.
Definition at line 493 of file entry.cpp.
◆ type()
The documentation for this class was generated from the following files: