|
MythTV master
|
#include <libmythfreemheg/BaseClasses.h>
Public Member Functions | |
| ~MHOwnPtrSequence () | |
Public Member Functions inherited from MHSequence< BASE * > | |
| MHSequence ()=default | |
| ~MHSequence () | |
| int | Size () const |
| BASE * | GetAt (int i) const |
| BASE * | operator[] (int i) const |
| void | InsertAt (BASE * b, int n) |
| void | Append (BASE * b) |
| void | RemoveAt (int i) |
Additional Inherited Members | |
Protected Attributes inherited from MHSequence< BASE * > | |
| int | m_vecSize |
| BASE * * | m_values |
Definition at line 77 of file BaseClasses.h.
|
inline |
Definition at line 79 of file BaseClasses.h.