CFx SDK Documentation  2020SP3
Public Member Functions | Protected Member Functions | List of all members
OdDAI::Aggr< T > Class Template Reference

#include <daiAggr.h>

Inheritance diagram for OdDAI::Aggr< T >:
OdDAI::AggrBase

Public Member Functions

Aggr< T > & operator= (const OdArray< T > &rhs)
 
 operator OdArray< T > () const
 
OdArray< T > getArray () const
 
- Public Member Functions inherited from OdDAI::AggrBase
 ~AggrBase ()
 
IteratorPtr createIterator () const
 
bool isNil () const
 
unsigned long length () const
 
AggrInstanceinstance ()
 

Protected Member Functions

void init (const OdArray< T > &arr)
 
- Protected Member Functions inherited from OdDAI::AggrBase
 AggrBase ()
 
 AggrBase (const AggrBase &other)
 

Additional Inherited Members

- Protected Attributes inherited from OdDAI::AggrBase
AggrInstancem_pInst
 

Detailed Description

template<class T>
class OdDAI::Aggr< T >

Definition at line 171 of file daiAggr.h.

Member Function Documentation

◆ getArray()

template<class T >
OdArray<T> OdDAI::Aggr< T >::getArray ( ) const
inline

Returns an array of aggregate content.

Definition at line 195 of file daiAggr.h.

◆ init()

template<class T >
void OdDAI::Aggr< T >::init ( const OdArray< T > &  arr)
inlineprotected

Definition at line 208 of file daiAggr.h.

◆ operator OdArray< T >()

template<class T >
OdDAI::Aggr< T >::operator OdArray< T > ( ) const
inline

Definition at line 187 of file daiAggr.h.

◆ operator=()

template<class T >
Aggr<T>& OdDAI::Aggr< T >::operator= ( const OdArray< T > &  rhs)
inline

Definition at line 175 of file daiAggr.h.


The documentation for this class was generated from the following file: