CONZEPT 16 C++ API
C16::Record::FieldCommon Class Referenceabstract

Common field buffer of a record buffer. More...

#include "C16/Record.hpp"

Inheritance diagram for C16::Record::FieldCommon:
C16::Record::FieldConstGeneric C16::Record::FieldGeneric C16::Record::FieldConst< Value > C16::Record::Field< Value >

Detailed Description

Common field buffer of a record buffer.

Public Member Functions

virtual const Recordrecord () const =0
 Gets the record buffer of the field buffer. More...
 
const Fieldfield () const
 Gets the field of the field buffer. More...
 

Member Function Documentation

◆ record()

virtual const Record& C16::Record::FieldCommon::record ( ) const
pure virtual

Gets the record buffer of the field buffer.

Implemented in C16::Record::FieldGeneric, and C16::Record::FieldConstGeneric.

◆ field()

const Field& C16::Record::FieldCommon::field ( ) const

Gets the field of the field buffer.