ARB
|
Public Member Functions | |
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 25 of file TranslateRealign.cxx.
Definition at line 29 of file TranslateRealign.cxx.
Definition at line 31 of file TranslateRealign.cxx.
Definition at line 32 of file TranslateRealign.cxx.
Referenced by distribute_xdata(), BufferPtr< char >::operator[](), SizedBufferPtr< char >::restLength(), and SizedBufferPtr< char >::valid().
Definition at line 34 of file TranslateRealign.cxx.
Referenced by distribute_xdata().
Definition at line 36 of file TranslateRealign.cxx.
Referenced by distribute_xdata().
Definition at line 37 of file TranslateRealign.cxx.
Referenced by BufferPtr< char >::put().
Definition at line 38 of file TranslateRealign.cxx.
|
inline |
Definition at line 42 of file TranslateRealign.cxx.
Referenced by distribute_xdata().
Definition at line 48 of file TranslateRealign.cxx.
Definition at line 53 of file TranslateRealign.cxx.
Definition at line 54 of file TranslateRealign.cxx.
Definition at line 56 of file TranslateRealign.cxx.
Referenced by BufferPtr< char >::copy(), distribute_xdata(), BufferPtr< char >::operator--(), and BufferPtr< char >::put().
Definition at line 58 of file TranslateRealign.cxx.
Definition at line 59 of file TranslateRealign.cxx.