![]() |
TrinityCore
|
#include <PacketUtilities.h>
Public Member Functions | |
| Array () | |
| Array (size_type limit) | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| size_type | size () const |
| bool | empty () const |
| reference | operator[] (size_type i) |
| const_reference | operator[] (size_type i) const |
| void | resize (size_type newSize) |
| void | reserve (size_type newSize) |
| void | push_back (value_type const &value) |
| void | push_back (value_type &&value) |
Private Types | |
| typedef std::vector< T > | storage_type |
| typedef storage_type::value_type | value_type |
| typedef storage_type::size_type | size_type |
| typedef storage_type::reference | reference |
| typedef storage_type::const_reference | const_reference |
| typedef storage_type::iterator | iterator |
| typedef storage_type::const_iterator | const_iterator |
Private Attributes | |
| storage_type | _storage |
| size_type | _limit |
Utility class for automated prevention of loop counter spoofing in client packets
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
Here is the caller graph for this function:
|
inline |
|
inline |
Here is the caller graph for this function:
|
inline |
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Here is the caller graph for this function:
|
private |
|
private |
1.8.8