Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdlat_SymbolicConverter_StoreInArrayElement< ARRAY_TYPE > Class Template Reference
[Component bdlat_symbolicconverter]

#include <bdlat_symbolicconverter.h>

List of all members.

Public Member Functions

 bdlat_SymbolicConverter_StoreInArrayElement (ARRAY_TYPE *array, int index, bdlat_SymbolicConverter_Imp *imp)
template<class SOURCE_ELEMENT_TYPE >
int operator() (const SOURCE_ELEMENT_TYPE &sourceElement) const

Detailed Description

template<class ARRAY_TYPE>
class bdlat_SymbolicConverter_StoreInArrayElement< ARRAY_TYPE >

Assign the value of the visited object to the d_indexth element inside d_array_p.

See Component bdlat_symbolicconverter


Constructor & Destructor Documentation

template<class ARRAY_TYPE >
bdlat_SymbolicConverter_StoreInArrayElement< ARRAY_TYPE >::bdlat_SymbolicConverter_StoreInArrayElement ( ARRAY_TYPE *  array,
int  index,
bdlat_SymbolicConverter_Imp imp 
)

Member Function Documentation

template<class ARRAY_TYPE >
template<class SOURCE_ELEMENT_TYPE >
int bdlat_SymbolicConverter_StoreInArrayElement< ARRAY_TYPE >::operator() ( const SOURCE_ELEMENT_TYPE &  sourceElement  )  const

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