#include <action.h>
Public Types | |
typedef std::vector< Action > | List |
Public Member Functions | |
void | clear () |
bool | empty () |
void | add (Action a) |
void | replay (package::Source &pkgs) |
void | prune (package::Source &pkgs) |
Public Attributes | |
List | m_list |
typedef std::vector< Action > ept::core::package::ActionList::List |
void ept::core::package::ActionList::clear | ( | ) | [inline] |
References m_list.
bool ept::core::package::ActionList::empty | ( | ) | [inline] |
void ept::core::package::ActionList::add | ( | Action | a | ) | [inline] |
void ept::core::package::ActionList::replay | ( | package::Source & | pkgs | ) | [inline] |
void ept::core::package::ActionList::prune | ( | package::Source & | pkgs | ) | [inline] |
References m_list.