#include <AList.h>
Definition at line 31 of file AList.h.
Public Member Functions | |
bool | exists (const _Key &k) const |
bool | get (const _Key &k, _Value *v) const |
void | add (const _Key &k, _Value v) |
const _Value & | operator[] (const _Key &k) const |
void | process (oasys::SerializeAction *action) |
Private Types | |
typedef std::list < _Key, _Value > | List |
Private Attributes | |
List | list_ |
typedef std::list<_Key, _Value> oasys::AList< _Key, _Value >::List [private] |
bool oasys::AList< _Key, _Value >::exists | ( | const _Key & | k | ) | const [inline] |
bool oasys::AList< _Key, _Value >::get | ( | const _Key & | k, | |
_Value * | v | |||
) | const [inline] |
void oasys::AList< _Key, _Value >::add | ( | const _Key & | k, | |
_Value | v | |||
) | [inline] |
const _Value & oasys::AList< _Key, _Value >::operator[] | ( | const _Key & | k | ) | const [inline] |
void oasys::AList< _Key, _Value >::process | ( | oasys::SerializeAction * | action | ) | [inline] |
List oasys::AList< _Key, _Value >::list_ [private] |