14 #ifndef ACTION_LIST_INCLUDED 
   15 #define ACTION_LIST_INCLUDED 
   51   bool append(
const int level, 
const std::vector<Action *>& actions);
 
Bridge::VerboseLevel m_vl
 
ActionList(const int nlevel)
 
static const std::string class_name
 
Base class of HMC action class family. 
 
bool append(const int level, Action *action)
 
ActionSet get_actions() const 
 
std::vector< std::string > m_integrator_types
 
lists of actions at respective integrator levels. 
 
std::vector< ActionSet > m_actions
 
std::string get_integrator_type(const int level) const 
 
bool set_integrator_type(const int level, const std::string &type)
 
std::vector< Action * > ActionSet