Home | History | Annotate | Download | only in dae

Lines Matching defs:daeAtomicType

23 class daeAtomicType;
26 typedef daeTArray<daeAtomicType*> daeAtomicTypeArray;
31 * The @c daeAtomicType class implements a standard interface for
34 * @c daeAtomicType provides a central virtual interface that can be
48 class DLLSPEC daeAtomicType
54 virtual ~daeAtomicType() {}
59 daeAtomicType(DAE& dae);
95 * Creates a new object of the appropriate type for this daeAtomicType and returns it
282 // This is a container class for storing a modifiable list of daeAtomicType objects.
293 daeInt append(daeAtomicType* t);
298 * @return Returns the @c daeAtomicType indicated by index.
300 const daeAtomicType* getByIndex(daeInt index);
313 daeAtomicType* get(daeStringRef type);
320 daeAtomicType* get(daeEnum type);
328 * The @c daeBoolType class is derived from @c daeAtomicType, and implements
331 class DLLSPEC daeBoolType : public daeAtomicType
353 * The @c daeIntType class is derived from @c daeAtomicType, and implements
356 class DLLSPEC daeIntType : public daeAtomicType
376 * The @c daeLongType class is derived from @c daeAtomicType, and implements
379 class DLLSPEC daeLongType : public daeAtomicType
399 * The @c daeUIntType class is derived from @c daeAtomicType, and implements
402 class DLLSPEC daeUIntType : public daeAtomicType
422 * The @c daeUIntType class is derived from @c daeAtomicType, and implements
425 class DLLSPEC daeULongType : public daeAtomicType
445 * The @c daeShortType is derived from @c daeAtomicType, and implements
448 class DLLSPEC daeShortType : public daeAtomicType
468 * The @c daeFloatType is derived from @c daeAtomicType, and implements
471 class DLLSPEC daeFloatType : public daeAtomicType
493 * The @c daeDoubleType is derived from @c daeAtomicType, and implements
496 class DLLSPEC daeDoubleType : public daeAtomicType
518 * The @c daeStringRefType class is derived from @c daeAtomicType, and implements
521 class DLLSPEC daeStringRefType : public daeAtomicType
570 * The @c daeElementRefType class is derived from @c daeAtomicType, and implements
573 class DLLSPEC daeElementRefType : public daeAtomicType
599 * The @c daeEnumType class is derived from @c daeAtomicType, and implements
602 class DLLSPEC daeEnumType: public daeAtomicType
640 * The @c daeRawRefType class is derived from @c daeAtomicType, and implements
643 class DLLSPEC daeRawRefType: public daeAtomicType
664 * The @c daeResolverType class is derived from @c daeAtomicType, and implements
667 class DLLSPEC daeResolverType : public daeAtomicType
695 * The @c daeIDResolverType class is derived from @c daeAtomicType, and implements
698 class DLLSPEC daeIDResolverType : public daeAtomicType