#include <list.h>
Public Member Functions | |
| SharedPtr (bool a=false) | |
| SharedPtr (const SharedPtr &o) | |
| SharedPtr & | operator= (const SharedPtr &o) |
| operator bool () | |
| Vec & | operator* () |
| Vec * | operator-> () |
| ~SharedPtr () | |
Public Attributes | |
| SharedVec * | vec |
| wibble::list::Sorted< List >::SharedPtr::SharedPtr | ( | bool | a = false |
) | [inline] |
References wibble::list::Sorted< List >::SharedPtr::vec.
| wibble::list::Sorted< List >::SharedPtr::SharedPtr | ( | const SharedPtr & | o | ) | [inline] |
| wibble::list::Sorted< List >::SharedPtr::~SharedPtr | ( | ) | [inline] |
| SharedPtr& wibble::list::Sorted< List >::SharedPtr::operator= | ( | const SharedPtr & | o | ) | [inline] |
| wibble::list::Sorted< List >::SharedPtr::operator bool | ( | ) | [inline] |
References wibble::list::Sorted< List >::SharedPtr::vec.
| Vec& wibble::list::Sorted< List >::SharedPtr::operator* | ( | ) | [inline] |
| Vec* wibble::list::Sorted< List >::SharedPtr::operator-> | ( | ) | [inline] |
| SharedVec* wibble::list::Sorted< List >::SharedPtr::vec |
Referenced by wibble::list::Sorted< List >::SharedPtr::operator bool(), wibble::list::Sorted< List >::SharedPtr::operator*(), wibble::list::Sorted< List >::SharedPtr::operator->(), wibble::list::Sorted< List >::SharedPtr::operator=(), wibble::list::Sorted< List >::SharedPtr::SharedPtr(), and wibble::list::Sorted< List >::SharedPtr::~SharedPtr().
1.5.6