36 #ifndef IECORE_COMPOUNDDATA_H
37 #define IECORE_COMPOUNDDATA_H
39 #include "IECore/Export.h"
40 #include "IECore/CompoundDataBase.h"
61 T *member(
const InternedString &name,
bool throwExceptions =
false );
63 const T *member(
const InternedString &name,
bool throwExceptions =
false )
const;
71 T *member(
const InternedString &name,
bool throwExceptions,
bool createIfMissing );
78 #include "IECore/CompoundData.inl"
80 #endif // IE_CORE_COMPOUNDDATA_H
Definition: CompoundData.h:47
Definition: InternedString.h:55
std::map< InternedString, DataPtr > CompoundDataMap
The type of Data held by the CompoundData typedef.
Definition: CompoundDataBase.h:46
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43