35 #ifndef ANATOMIST_COMMANDS_CEVENTFILTER_H    36 #define ANATOMIST_COMMANDS_CEVENTFILTER_H    46   struct CommandContext;
    53                         const std::set<std::string> & tounfilt, 
    56                         const std::set<std::string> & tounfilt, 
    60     virtual std::string 
name()
 const { 
return( 
"EventFilter" ); }
    70     std::set<std::string>       _filter;
    71     std::set<std::string>       _unfilter;
    74     static bool initSyntax();
 CommandContext * context()
 
virtual void write(Tree &com, Serializer *ser) const
Print the guts of a command into a Tree given as parent. 
 
virtual void doit()
Do a command. 
 
Set output stream for the current commands context. 
 
virtual ~EventFilterCommand()
 
EventFilterCommand(bool deffilter, const std::set< std::string > &tofilt, const std::set< std::string > &tounfilt, CommandContext *context=0)
 
Serializer is a helper class for pointer serialization. 
 
The abstract base class for usual commands. 
 
Context for commands processor readers (APipeReader etc) 
 
The abstract base class for commands. 
 
virtual std::string name() const
Return the unique name of a class of commands. 
 
The abstract base class used for commands that have to read/write pointers.