Subrecord of a table.
More...
#include "C16/Subrecord.hpp"
◆ database()
virtual Database& C16::Subrecord::database |
( |
| ) |
const |
|
pure virtual |
◆ table()
virtual const Table& C16::Subrecord::table |
( |
| ) |
const |
|
pure virtual |
Gets the table of the subrecord.
◆ number()
virtual int C16::Subrecord::number |
( |
| ) |
const |
|
pure virtual |
Gets the number of the subrecord.
◆ name()
virtual const std::string& C16::Subrecord::name |
( |
| ) |
const |
|
pure virtual |
Gets the name of the subrecord.
◆ fields()
virtual const Series<Field>& C16::Subrecord::fields |
( |
| ) |
const |
|
pure virtual |
Gets the fields of the subrecord.
- Returns
- Series of fields of the subrecord
- Examples
void subrecord_fields_iterate(
const Subrecord& subrecord)
{
{
...
}
}