|
size_type | byteSize () const |
|
const_reference | operator[] (const index_type index) const |
|
reference | operator[] (const index_type index) |
|
int8 | getInt8At (const index_type index) const |
|
uint8 | getUint8At (const index_type index) const |
|
int16 | getInt16BEAt (const index_type index) const |
|
int16 | getInt16LEAt (const index_type index) const |
|
uint16 | getUint16BEAt (const index_type index) const |
|
uint16 | getUint16LEAt (const index_type index) const |
|
uint32 | getUint24LEAt (const index_type index) const |
|
uint32 | getUint32At (const index_type index) const |
|
int32 | getInt32BEAt (const index_type index) const |
|
int32 | getInt32LEAt (const index_type index) const |
|
uint32 | getUint32BEAt (const index_type index) const |
|
uint32 | getUint32LEAt (const index_type index) const |
|
String | getStringAt (const index_type index, size_type numEntries=kSpanMaxSize) const |
|
const_pointer | getUnsafeDataAt (const index_type index, size_type numEntries=kSpanMaxSize) const |
|
pointer | getUnsafeDataAt (const index_type index, size_type numEntries=kSpanMaxSize) |
|
MemoryReadStream | toStream (const index_type index=0, size_type numEntries=kSpanMaxSize) const |
|
template<typename Other > |
bool | operator== (const Other &other) const |
|
template<typename Other > |
bool | operator!= (const Other &other) const |
|
template<typename Other > |
difference_type | operator- (const Other &other) const |
|
template<typename Other > |
bool | operator< (const Other &other) const |
|
template<typename Other > |
bool | operator<= (const Other &other) const |
|
template<typename Other > |
bool | operator> (const Other &other) const |
|
template<typename Other > |
bool | operator>= (const Other &other) const |
|
void | unsafeCopyDataTo (void *target) const |
|
template<typename Other > |
void | copyDataTo (Other &target) const |
|
| operator bool_type () const |
|
| operator bool_type () |
|