AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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, std::size_t n) | |
T & | operator* () const |
CheckedBufferOutputIterator & | operator++ () |
CheckedBufferOutputIterator | operator++ (int) |
std::size_t | remaining () const |
Private Member Functions | |
void | check () const |
Private Attributes | |
T * | _buf |
T * | _end |
using Acore::CheckedBufferOutputIterator< T >::difference_type = std::ptrdiff_t |
using Acore::CheckedBufferOutputIterator< T >::iterator_category = std::output_iterator_tag |
using Acore::CheckedBufferOutputIterator< T >::pointer = T* |
using Acore::CheckedBufferOutputIterator< T >::reference = T& |
using Acore::CheckedBufferOutputIterator< T >::value_type = void |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
References Acore::CheckedBufferOutputIterator< T >::operator++().
Referenced by Acore::CheckedBufferOutputIterator< T >::operator++().
|
inline |
References Acore::CheckedBufferOutputIterator< T >::_buf, and Acore::CheckedBufferOutputIterator< T >::_end.
Referenced by Utf8toWStr().
|
private |
|
private |