MCPcopy Create free account
hub / github.com/cppla/ServerStatus / CBan

Class CBan

server/src/netban.h:89–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 };
88
89 template<class T> struct CBan
90 {
91 T m_Data;
92 CBanInfo m_Info;
93 CNetHash m_NetHash;
94
95 // hash list
96 CBan *m_pHashNext;
97 CBan *m_pHashPrev;
98
99 // used or free list
100 CBan *m_pNext;
101 CBan *m_pPrev;
102 };
103
104 template<class T, int HashCount> class CBanPool
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected