The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
operators.h
Go to the documentation of this file.
1 /**
2  * This is a automatic generated file.
3  * It was generated by includeOperators the program.
4  * The Copyright is (C) @c GPL3 2010 Betti Oesterholz
5  * see includeOperators.cpp for more details
6  *
7  * This files contains the declarations for the operators of the enviroment.
8  * The enviroment use this declarations to use the operators.
9  *
10 **/
11 
12 #ifndef ___ENVIROMENT_OPERATIONS_H__
13 #define ___ENVIROMENT_OPERATIONS_H__
14 
15 #include "cOperationIdentifier.h"
16 
17 #include "./incl/cInitOperator.h"
18 #include "./incl/cOpDummy.h"
56 
57 using namespace enviroment::fib;
58 using namespace enviroment;
59 namespace enviroment{
60 namespace operations{
61  /*ignore this namespace; it contains an const instance for every
62  operations, so the arrayOperations can contain the instances and the
63  instances get destroyed at the execution end*/
103 };
104 };
105 
106 //number of existing operations
107 //to define this variable const didn't work for the external linkage
108 unsigned long ulNumberOfOperations = 39;
109 
110 /*array with pointers to the instances of existing operations;
111 call the virtual createInstance() method of theas to create
112 instances of operations you need*/
153 };
154 
155 #endif //___ENVIROMENT_OPERATIONS_H__
156