UNIVERS
15.3
UNIVERS base processing software API
|
#include <tr_header_context.hpp>
Classes | |
struct | AttrContext |
Public Member Functions | |
TrHeaderContext () | |
size_t | size () const |
const AttrContext & | operator() (const size_t id) const |
size_t | getDataSize () const |
Descriptor of trace header context.
hds::db::TrHeaderContext::TrHeaderContext | ( | ) |
Default constructor.
size_t hds::db::TrHeaderContext::getDataSize | ( | ) | const |
Get header data size.
const AttrContext& hds::db::TrHeaderContext::operator() | ( | const size_t | id | ) | const |
Get context of header attribute with provided id.
size_t hds::db::TrHeaderContext::size | ( | ) | const |
Get size of header context. I.e. number of header attributes.