|
libcrn
3.9.5
A document image processing library
|
Collaboration diagram for Containers:Classes | |
| class | crn::Map |
| Data map class. More... | |
| class | crn::Vector |
| Data vector class. More... | |
Macros | |
| #define | CRN_ADD_RANGED_FOR_TO_POINTERS(TYPE) |
| Enables ranged for for smart pointers on a type. More... | |
| #define | CRN_ADD_RANGED_FOR_TO_CONST_POINTERS(TYPE) |
| Enables ranged for for smart pointers on a type. More... | |
| #define CRN_ADD_RANGED_FOR_TO_CONST_POINTERS | ( | TYPE | ) |
Enables ranged for for smart pointers on a type.
Enables ranged for for smart pointers on a type. Must be call out all of namespaces.
| [in] | TYPE | the container's type with full namespace scope |
Definition at line 51 of file CRNForeach.h.
| #define CRN_ADD_RANGED_FOR_TO_POINTERS | ( | TYPE | ) |
Enables ranged for for smart pointers on a type.
Enables ranged for for smart pointers on a type. Must be call out all of namespaces.
| [in] | TYPE | the container's type with full namespace scope |
Definition at line 37 of file CRNForeach.h.
1.8.6