BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlat_SymbolicConverter_StoreValue< LVALUE_TYPE > Class Template Reference

#include <bdlat_symbolicconverter.h>

Public Member Functions

 bdlat_SymbolicConverter_StoreValue (LVALUE_TYPE *destination, bdlat_SymbolicConverter_Imp *imp)
 
template<class RVALUE_TYPE , class INFO_TYPE >
int operator() (const RVALUE_TYPE &object, const INFO_TYPE &) const
 Assign the specified object to *d_lValue_p.
 
template<class RVALUE_TYPE >
int operator() (const RVALUE_TYPE &object) const
 Assign the specified object to *d_lValue_p.
 

Detailed Description

template<class LVALUE_TYPE>
class bdlat_SymbolicConverter_StoreValue< LVALUE_TYPE >

This visitor assigns the value of the visited member to d_destination_p.

See bdlat_symbolicconverter


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