#include "pipeline/UnitTypes.h"#include "pipeline/ImageAbstract.h"Include dependency graph for Unit.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | NSPipeline |
Classes | |
| class | NSPipeline::TUnitInterface |
| Tato trida reprezentuje rozhrani pracovni jednotky. More... | |
Typedefs | |
| typedef EnumDLLType(* | NSPipeline::PTR_DLLTYPE )(void) |
| Ukazatel na funkci pro ziskani informaci o typu navratove funkce CreateUnit. | |
| typedef TUnitInterface *(* | NSPipeline::PTR_UNITGET_BASIC )(TDispatcherInterface *dispatcher) |
| Ukazatel na funkci z DLL knihovny, pres kterou lze ziskat vypocetni jednotku. | |
| typedef TUnitInterface *(* | NSPipeline::PTR_UNITGET_STRING )(TDispatcherInterface *dispatcher, const char *str) |
| Ukazatel na funkce z DLL knihovny, pres kterou lze ziskat vypocetni jednotku. | |
Enumerations | |
| enum | NSPipeline::EnumDLLType { NSPipeline::ENUM_DLLTYPE_BASIC = 0, NSPipeline::ENUM_DLLTYPE_STRING = 1, NSPipeline::ENUM_DLLTYPE_FORCED32 = 0x7fffffff } |
| Typ DLL knihovny. More... | |
1.4.6-NO