OpenAB
1.0.1
|
#include <Plugin.hpp>
Public Types | |
typedef Node< __C > | typeNode |
typedef NodeIterator< __C > | iterator |
Public Member Functions | |
LinkedList () | |
~LinkedList () | |
__C * | operator[] (std::string name) |
iterator | begin () |
iterator | end () |
void | push_front (__C *elem, std::string &name) |
typeNode * | findNode (std::string name) |
void | eraseNode (std::string name) |
typedef NodeIterator<__C> OpenAB_Plugin::LinkedList< __C >::iterator |
typedef Node<__C> OpenAB_Plugin::LinkedList< __C >::typeNode |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |