| 
    HDK
    
   | 
 
 Include dependency graph for strongparam.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | StrongParam< Tag, Basetype > | 
Macros | |
| #define | OIIO_STRONG_PARAM_TYPE(Name, Basetype) | 
| #define OIIO_STRONG_PARAM_TYPE | ( | Name, | |
| Basetype | |||
| ) | 
Convenience macro for making strong parameter type Name that is Basetype underneath. What it actually does is make a new type that is derived from StrongParam<Name,Basetype>.
Definition at line 118 of file strongparam.h.