libept
|
#include <action.h>
Public Types | |
typedef std::vector< Action > | List |
Public Member Functions | |
void | clear () |
bool | empty () |
void | add (Action a) |
Action | latest () |
void | replay (package::Source &pkgs) |
void | prune (package::Source &pkgs) |
Public Attributes | |
List | m_list |
typedef std::vector< Action > ept::core::package::ActionList::List |
|
inline |
References m_list, and ept::core::package::Action::token().
Referenced by TestAptAction::keep().
|
inline |
References m_list.
|
inline |
References m_list.
Referenced by TestAptAction::keep().
|
inline |
References m_list.
|
inline |
References m_list.
Referenced by TestAptAction::keep().
List ept::core::package::ActionList::m_list |