![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Macro set to manage dynamic objects (header part) More...
Go to the source code of this file.
Classes | |
| struct | ipsdk::DynamicRegistrator< T > |
| registrator class for dynamic objects More... | |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
Macros | |
| #define | IPSDK_DECLARE_DYNAMIC(libraryName, className) |
| macro enabling dynamic properties on class More... | |
| #define | IPSDK_DECLARE_ABSTRACT_DYNAMIC(libraryName, className) |
| macro enabling dynamic properties on abstract class More... | |
| #define | IPSDK_DECLARE_COPY_SUPPORT(libraryName, className) |
| macro enabling copy support More... | |
| #define | IPSDK_DECLARE_NOCOPY_SUPPORT(libraryName, className) |
| macro disabling copy support More... | |
| #define | IPSDK_DECLARE_DYNAMIC_WITH_COPY(libraryName, className) |
| macro enabling dynamic properties on class and copy support More... | |
| #define | IPSDK_DECLARE_DYNAMIC_WITHOUT_COPY(libraryName, className) |
| macro enabling dynamic properties on class and disabling copy support More... | |
| #define | IPSDK_DECLARE_ABSTRACT_DYNAMIC_WITH_COPY(libraryName, className) |
| macro enabling dynamic properties on abstract class and copy support More... | |
| #define | IPSDK_DECLARE_ABSTRACT_DYNAMIC_WITHOUT_COPY(libraryName, className) |
| macro enabling dynamic properties on abstract class and disabling copy support More... | |
Macro set to manage dynamic objects (header part)
| #define IPSDK_DECLARE_DYNAMIC | ( | libraryName, | |
| className | |||
| ) |
macro enabling dynamic properties on class
| #define IPSDK_DECLARE_ABSTRACT_DYNAMIC | ( | libraryName, | |
| className | |||
| ) |
macro enabling dynamic properties on abstract class
| #define IPSDK_DECLARE_COPY_SUPPORT | ( | libraryName, | |
| className | |||
| ) |
macro enabling copy support
| #define IPSDK_DECLARE_NOCOPY_SUPPORT | ( | libraryName, | |
| className | |||
| ) |
macro disabling copy support
| #define IPSDK_DECLARE_DYNAMIC_WITH_COPY | ( | libraryName, | |
| className | |||
| ) |
macro enabling dynamic properties on class and copy support
| #define IPSDK_DECLARE_DYNAMIC_WITHOUT_COPY | ( | libraryName, | |
| className | |||
| ) |
macro enabling dynamic properties on class and disabling copy support
| #define IPSDK_DECLARE_ABSTRACT_DYNAMIC_WITH_COPY | ( | libraryName, | |
| className | |||
| ) |
macro enabling dynamic properties on abstract class and copy support
| #define IPSDK_DECLARE_ABSTRACT_DYNAMIC_WITHOUT_COPY | ( | libraryName, | |
| className | |||
| ) |
macro enabling dynamic properties on abstract class and disabling copy support
1.8.14