helib::EyeCatcher Struct Reference

#include <binio.h>

Static Public Attributes

static constexpr int SIZE = 4
 
static constexpr std::array< char, SIZEHEADER_BEGIN = {'|','H','E','['}
 
static constexpr std::array< char, SIZEHEADER_END = {']','H','E','|'}
 
static constexpr std::array< char, SIZECONTEXT_BEGIN = {'|','C','N','['}
 
static constexpr std::array< char, SIZECONTEXT_END = {']','C','N','|'}
 
static constexpr std::array< char, SIZECTXT_BEGIN = {'|','C','X','['}
 
static constexpr std::array< char, SIZECTXT_END = {']','C','X','|'}
 
static constexpr std::array< char, SIZEPK_BEGIN = {'|','P','K','['}
 
static constexpr std::array< char, SIZEPK_END = {']','P','K','|'}
 
static constexpr std::array< char, SIZESK_BEGIN = {'|','S','K','['}
 
static constexpr std::array< char, SIZESK_END = {']','S','K','|'}
 
static constexpr std::array< char, SIZESKM_BEGIN = {'|','K','M','['}
 
static constexpr std::array< char, SIZESKM_END = {']','K','M','|'}
 

Member Data Documentation

◆ CONTEXT_BEGIN

constexpr std::array<char, SIZE> helib::EyeCatcher::CONTEXT_BEGIN = {'|','C','N','['}
staticconstexpr

◆ CONTEXT_END

constexpr std::array<char, SIZE> helib::EyeCatcher::CONTEXT_END = {']','C','N','|'}
staticconstexpr

◆ CTXT_BEGIN

constexpr std::array<char, SIZE> helib::EyeCatcher::CTXT_BEGIN = {'|','C','X','['}
staticconstexpr

◆ CTXT_END

constexpr std::array<char, SIZE> helib::EyeCatcher::CTXT_END = {']','C','X','|'}
staticconstexpr

◆ HEADER_BEGIN

constexpr std::array<char, SIZE> helib::EyeCatcher::HEADER_BEGIN = {'|','H','E','['}
staticconstexpr

◆ HEADER_END

constexpr std::array<char, SIZE> helib::EyeCatcher::HEADER_END = {']','H','E','|'}
staticconstexpr

◆ PK_BEGIN

constexpr std::array<char, SIZE> helib::EyeCatcher::PK_BEGIN = {'|','P','K','['}
staticconstexpr

◆ PK_END

constexpr std::array<char, SIZE> helib::EyeCatcher::PK_END = {']','P','K','|'}
staticconstexpr

◆ SIZE

constexpr int helib::EyeCatcher::SIZE = 4
staticconstexpr

◆ SK_BEGIN

constexpr std::array<char, SIZE> helib::EyeCatcher::SK_BEGIN = {'|','S','K','['}
staticconstexpr

◆ SK_END

constexpr std::array<char, SIZE> helib::EyeCatcher::SK_END = {']','S','K','|'}
staticconstexpr

◆ SKM_BEGIN

constexpr std::array<char, SIZE> helib::EyeCatcher::SKM_BEGIN = {'|','K','M','['}
staticconstexpr

◆ SKM_END

constexpr std::array<char, SIZE> helib::EyeCatcher::SKM_END = {']','K','M','|'}
staticconstexpr