#include <record.h>

Public Member Functions | |
| Internal | head () |
| const Internal | head () const |
| bool | empty () const |
| InternalList | tail () const |
| InternalList (Source &s) | |
Public Attributes | |
| Source * | m_source |
| int | m_idx |
| ept::core::record::InternalList::InternalList | ( | Source & | s | ) | [inline] |
| Internal ept::core::record::InternalList::head | ( | ) |
| const Internal ept::core::record::InternalList::head | ( | ) | const [inline] |
| bool ept::core::record::InternalList::empty | ( | ) | const [inline] |
References m_idx, m_source, and ept::core::record::Source::vfList().
| InternalList ept::core::record::InternalList::tail | ( | ) | const [inline] |
References m_idx.
1.5.6