![]() |
TrinityCore
|
#include <Containers.h>
Public Types | |
| using | iterator_category = std::output_iterator_tag |
| using | value_type = void |
| using | pointer = T * |
| using | reference = T & |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| CheckedBufferOutputIterator (T *buf, size_t n) | |
| T & | operator* () const |
| CheckedBufferOutputIterator & | operator++ () |
| CheckedBufferOutputIterator | operator++ (int) |
| size_t | remaining () const |
Private Member Functions | |
| void | check () const |
Private Attributes | |
| T * | _buf |
| T * | _end |
Definition at line 35 of file Containers.h.
| using Trinity::CheckedBufferOutputIterator< T >::difference_type = std::ptrdiff_t |
Definition at line 42 of file Containers.h.
| using Trinity::CheckedBufferOutputIterator< T >::iterator_category = std::output_iterator_tag |
Definition at line 38 of file Containers.h.
| using Trinity::CheckedBufferOutputIterator< T >::pointer = T* |
Definition at line 40 of file Containers.h.
| using Trinity::CheckedBufferOutputIterator< T >::reference = T& |
Definition at line 41 of file Containers.h.
| using Trinity::CheckedBufferOutputIterator< T >::value_type = void |
Definition at line 39 of file Containers.h.
|
inline |
Definition at line 44 of file Containers.h.
|
inlineprivate |
|
inline |
|
inline |
|
inline |
Definition at line 48 of file Containers.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
private |
Definition at line 53 of file Containers.h.
|
private |
Definition at line 54 of file Containers.h.