![]() |
jle_cpp_tk
0.0 2015-04-03 sh1:"d699093732dd5f321606d0ff7a6b63b229f1922c"
A small, safe, selft contained, soft-realtime C++ toolkit
|
Public Member Functions | |
const_iterator (const const_iterator &)=default | |
const_iterator (const_iterator &&)=default | |
const_iterator & | operator= (const const_iterator &)=default |
const_iterator & | operator= (const_iterator &&)=default |
const_iterator (const iterator &it) | |
const_iterator & | operator= (const iterator &it) |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &it) const |
bool | operator!= (const const_iterator &it) const |
const T * | operator-> (void) |
const T & | operator* (void) |
Friends | |
class | jle::vector< T > |