|
|
|
Home / Open source / Terimber 2.0
room_array< T > Class Template Reference#include <number.h>
List of all members.
Detailed Description
template<class T>
class room_array< T >
Definition at line 38 of file number.h.
Member Enumeration Documentation
- Enumerator:
-
Definition at line 41 of file number.h.
Constructor & Destructor Documentation
Member Function Documentation
operator T*
Definition at line 82 of file number.h.
template<class T>
room_array< T >::operator const T * |
( |
|
) |
const [inline] |
operator const T*
Definition at line 87 of file number.h.
template<class T>
void room_array< T >::back |
( |
T * |
src, |
|
|
size_t |
len | |
|
) |
| | const [inline] |
Member Data Documentation
internal buffer
Definition at line 123 of file number.h.
Referenced by room_array< T >::back(), room_array< T >::clear(), room_array< T >::copy(), room_array< T >::fill(), room_array< unsigned char >::operator const unsigned char *(), room_array< unsigned char >::operator unsigned char *(), room_array< T >::operator<<(), room_array< T >::operator=(), room_array< T >::operator>>(), room_array< T >::resize(), room_array< T >::room_array(), and room_array< T >::swap().
buffer size
Definition at line 124 of file number.h.
Referenced by room_array< T >::back(), room_array< T >::clear(), room_array< T >::copy(), room_array< T >::fill(), room_array< T >::operator<<(), room_array< T >::operator=(), room_array< T >::operator>>(), room_array< T >::reserve(), room_array< T >::resize(), room_array< T >::room_array(), room_array< T >::size(), and room_array< T >::swap().
The documentation for this class was generated from the following files:
|
|
|
|