ARB
|
Public Member Functions | |
SizedBufferPtr (T *b, size_t len_) | |
~SizedBufferPtr () | |
bool | valid () const |
size_t | restLength () const |
size_t | length () const |
Public Member Functions inherited from BufferPtr< T > | |
BufferPtr (T *b) | |
const T * | start () const |
size_t | offset () const |
T | get () |
void | put (T c) |
void | put (T c1, T c2, T c3) |
void | put (T c, size_t count) |
void | copy (BufferPtr< const T > &source, size_t count) |
T | operator[] (int i) const |
operator const T * () const | |
operator T * () | |
void | inc (int o) |
BufferPtr< T > & | operator++ () |
BufferPtr< T > & | operator-- () |
Definition at line 63 of file TranslateRealign.cxx.
|
inline |
Definition at line 66 of file TranslateRealign.cxx.
|
inline |
Definition at line 67 of file TranslateRealign.cxx.
|
inline |
Definition at line 68 of file TranslateRealign.cxx.
Referenced by distribute_xdata(), SizedBufferPtr< char >::restLength(), and SizedBufferPtr< char >::~SizedBufferPtr().
|
inline |
Definition at line 69 of file TranslateRealign.cxx.
|
inline |
Definition at line 70 of file TranslateRealign.cxx.
Referenced by distribute_xdata().