Searched defs:TypedAttribute (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfAttribute.h133 class TypedAttribute: public Attribute class in namespace:Imf
242 TypedAttribute<T>::TypedAttribute (): _value (T()) function in class:Imf::TypedAttribute
249 TypedAttribute<T>::TypedAttribute (const T &value): _value (value) function in class:Imf::TypedAttribute
256 TypedAttribute<T>::TypedAttribute (const TypedAttribute<T> &other): function in class:Imf::TypedAttribute
410 IMF_EXPIMP_TEMPLATE template class Imf::TypedAttribute<float>; member in class:Imf
411 IMF_EXPIMP_TEMPLATE template class Imf::TypedAttribute<double>; member in class:Imf
[all...]

Completed in 836 milliseconds