#include <mythstorage.h>

Definition at line 62 of file mythstorage.h.
Public Member Functions | |
| TransientStorage () | |
| virtual | ~TransientStorage () |
| virtual void | load (void) |
| virtual void | save (void) |
| TransientStorage::TransientStorage | ( | ) | [inline] |
Definition at line 65 of file mythstorage.h.
| virtual TransientStorage::~TransientStorage | ( | ) | [inline, virtual] |
Definition at line 66 of file mythstorage.h.
| virtual void TransientStorage::load | ( | void | ) | [inline, virtual] |
Implements Storage.
Reimplemented in ChannelID, MultiplexSetting, InputSelector, TransportList, InputGroup, VideoSourceSelector, and TransFreqTableSelector.
Definition at line 68 of file mythstorage.h.
| virtual void TransientStorage::save | ( | void | ) | [inline, virtual] |
Implements Storage.
Reimplemented in ChannelID, InputGroup, and TransFreqTableSelector.
Definition at line 69 of file mythstorage.h.
1.5.5