#include <AList.h>
Inheritance diagram for oasys::AList< _Key, _Value >:
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 |
bool oasys::AList< _Key, _Value >::get | ( | const _Key & | k, | |
_Value * | v | |||
) | const |
void oasys::AList< _Key, _Value >::add | ( | const _Key & | k, | |
_Value | v | |||
) |
const _Value & oasys::AList< _Key, _Value >::operator[] | ( | const _Key & | k | ) | const |
void oasys::AList< _Key, _Value >::process | ( | oasys::SerializeAction * | action | ) |
List oasys::AList< _Key, _Value >::list_ [private] |