Horizon Official Technical Documentation
PacketLengthTable.hpp File Reference
+ Include dependency graph for PacketLengthTable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Horizon::Auth::PacketLengthTable
 Auto-generated with a python generator tool authored by Sephus (sagun.nosp@m.xp@g.nosp@m.mail..nosp@m.com). More...
 

Namespaces

namespace  Horizon
 
namespace  Horizon::Auth
 

Macros

#define ADD_HPKT(i, j, k)   _hpacket_length_table.insert(i, std::make_pair(j, std::make_shared<k>(s)))
 
#define ADD_TPKT(i, j, k)   _tpacket_length_table.insert(i, std::make_pair(j, std::make_shared<k>(s)))
 

Macro Definition Documentation

◆ ADD_HPKT

#define ADD_HPKT (   i,
  j,
 
)    _hpacket_length_table.insert(i, std::make_pair(j, std::make_shared<k>(s)))

◆ ADD_TPKT

#define ADD_TPKT (   i,
  j,
 
)    _tpacket_length_table.insert(i, std::make_pair(j, std::make_shared<k>(s)))