proxygen
|
Public Member Functions | |
DataState (const Vector &v) | |
~DataState () | |
bool | operator== (const DataState &o) const |
int | operator[] (size_type i) |
size_type | size () |
Private Types | |
typedef Vector::size_type | size_type |
Private Attributes | |
size_type | size_ |
int * | data_ |
Definition at line 1545 of file StlVectorTest.cpp.
Definition at line 1546 of file StlVectorTest.cpp.
Definition at line 1551 of file StlVectorTest.cpp.
References convertToInt(), and i.
Definition at line 1562 of file StlVectorTest.cpp.
References data_.
|
inline |
Definition at line 1566 of file StlVectorTest.cpp.
References DataState< Vector >::data_, i, and DataState< Vector >::size_.
Definition at line 1586 of file StlVectorTest.cpp.
Referenced by eraseCheck(), insertItCheck(), insertNTCheck(), test_I_emplaceBack3(), test_popBack3(), test_pushBack3(), and test_pushBackRV3().
|
private |
Definition at line 1548 of file StlVectorTest.cpp.
Referenced by DataState< Vector >::operator==().
Definition at line 1547 of file StlVectorTest.cpp.
Referenced by DataState< Vector >::operator==().