CONZEPT 16 C++ API
C16::Record::FieldGeneric Class Reference

Generic field buffer of a record buffer. More...

#include "C16/Record.hpp"

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

Detailed Description

Generic field buffer of a record buffer.

Public Member Functions

const Recordrecord () const override
 Gets the record buffer of the field buffer. More...
 
Recordrecord ()
 Gets the record buffer of the field buffer. More...
 
- Public Member Functions inherited from C16::Record::FieldCommon
const Fieldfield () const
 Gets the field of the field buffer. More...
 

Member Function Documentation

◆ record() [1/2]

const Record& C16::Record::FieldGeneric::record ( ) const
overridevirtual

Gets the record buffer of the field buffer.

Implements C16::Record::FieldCommon.

◆ record() [2/2]

Record& C16::Record::FieldGeneric::record ( )

Gets the record buffer of the field buffer.