Public Member Functions | |
ContainerBaseIter (RCP< const T > ptr, long x) | |
bool | operator!= (const ContainerBaseIter &rhs) |
std::pair< long, Int > | operator* () |
std::shared_ptr< std::pair< unsigned, Int > > | operator-> () |
Protected Attributes | |
RCP< const T > | ptr_ |
long | i_ |
Friends | |
bool | operator== (const ContainerBaseIter &lhs, const ContainerBaseIter &rhs) |
Definition at line 584 of file upolybase.h.