CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
publish::CommandList Class Reference

#include <command.h>

Inheritance diagram for publish::CommandList:
Collaboration diagram for publish::CommandList:

Public Member Functions

 ~CommandList ()
 
void TakeCommand (Command *command)
 
CommandFind (const std::string &name)
 
const std::vector< Command * > & commands () const
 

Private Attributes

std::vector< Command * > commands_
 

Additional Inherited Members

- Private Member Functions inherited from SingleCopy
 SingleCopy ()
 

Detailed Description

Definition at line 197 of file command.h.

Constructor & Destructor Documentation

publish::CommandList::~CommandList ( )

Definition at line 118 of file command.cc.

Member Function Documentation

const std::vector<Command *>& publish::CommandList::commands ( ) const
inline

Definition at line 203 of file command.h.

Referenced by Usage().

Here is the caller graph for this function:

Command * publish::CommandList::Find ( const std::string &  name)

Definition at line 123 of file command.cc.

Referenced by main().

Here is the caller graph for this function:

void publish::CommandList::TakeCommand ( Command command)

Definition at line 134 of file command.cc.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::vector<Command *> publish::CommandList::commands_
private

Definition at line 206 of file command.h.

Referenced by commands().


The documentation for this class was generated from the following files: