ddc
Classes | Functions | Variables
cortege.h File Reference
#include "utilit.h"
#include <assert.h>
Include dependency graph for cortege.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TBasicCortege< MaxNumDom >
 
struct  TCortege10
 

Functions

template<int MaxNumDom>
size_t get_size_in_bytes (const TBasicCortege< MaxNumDom > &t)
 
template<int MaxNumDom>
size_t save_to_bytes (const TBasicCortege< MaxNumDom > &i, BYTE *buf)
 
template<int MaxNumDom>
size_t restore_from_bytes (TBasicCortege< MaxNumDom > &i, const BYTE *buf)
 

Variables

const BYTE ErrUChar = 254
 
const char _FieldFormat [] = "%-8s= %s"
 
const char _FieldFormatEqual [] = "%-8s== %s"
 

Function Documentation

◆ get_size_in_bytes()

template<int MaxNumDom>
size_t get_size_in_bytes ( const TBasicCortege< MaxNumDom > &  t)

◆ save_to_bytes()

template<int MaxNumDom>
size_t save_to_bytes ( const TBasicCortege< MaxNumDom > &  i,
BYTE buf 
)

◆ restore_from_bytes()

template<int MaxNumDom>
size_t restore_from_bytes ( TBasicCortege< MaxNumDom > &  i,
const BYTE buf 
)

Variable Documentation

◆ ErrUChar

const BYTE ErrUChar = 254

◆ _FieldFormat

const char _FieldFormat[] = "%-8s= %s"

◆ _FieldFormatEqual

const char _FieldFormatEqual[] = "%-8s== %s"