// This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright 2000-2001 Stefanus Du Toit and Alistair Riddoch. // Automatically generated using gen_cc.py. #ifndef ATLAS_OBJECTS_OPERATION_INFO_H #define ATLAS_OBJECTS_OPERATION_INFO_H #include namespace Atlas { namespace Objects { namespace Operation { /** This is base operator for operations that tell you info about objects or events. This is base operation for all other operations and defines basic attributes. You can use this as starting point for browsing whole operation hiearchy. refno refers to operation this is reply for. In examples all attributes that are just as examples (and thus world specific) are started with 'e_'. */ class Info : public RootOperation { public: /// Construct a Info instance. Info(); protected: /// Constructor for sub-classes. Info(const char *,const char *); public: /// Default destructor. virtual ~Info(); /// Create a new class for Info. static Info Class(); protected: }; } } } // namespace Atlas::Objects::Operation #endif // ATLAS_OBJECTS_OPERATION_INFO_H