AaronCameron.net
Not Left, nor right. Just correct.
Not a Member? - Login or Create an Account
Thursday the 24th of May 2012 @ 03:34am
Front Page Journal Projects Your Profile About
[]

LibN2L-4 Library Code Reference

Classes
Compounds
Files
Members
Method Index
Full Reference

n2l::cAssignmentConverter< TType1, TType2 > Class Template Reference

A default conversion implementation for cUniStream to simply assign the incomming type to the outgoing, assuming that there is an acceptable cast for the conversion, if a conversion needs to take place. More...

#include <cAssignmentConverter.h>

Inheritance diagram for n2l::cAssignmentConverter< TType1, TType2 >:

Inheritance graph
[legend]
Collaboration diagram for n2l::cAssignmentConverter< TType1, TType2 >:

Collaboration graph
[legend]
List of all members.

Public Types

Public Member Functions


Detailed Description

template<class TType1, class TType2>
class n2l::cAssignmentConverter< TType1, TType2 >

A default conversion implementation for cUniStream to simply assign the incomming type to the outgoing, assuming that there is an acceptable cast for the conversion, if a conversion needs to take place.

Definition at line 39 of file cAssignmentConverter.h.


Member Typedef Documentation

template<class TType1, class TType2>
typedef cAssignmentConverter<TType1,TType2> n2l::cAssignmentConverter< TType1, TType2 >::tThis
 

Definition at line 42 of file cAssignmentConverter.h.

template<class TType1, class TType2>
typedef cStreamConverterInterface<TType1,TType2>::tType1 n2l::cAssignmentConverter< TType1, TType2 >::tType1
 

Reimplemented from n2l::cStreamConverterInterface< TType1, TType2 >.

Definition at line 44 of file cAssignmentConverter.h.

template<class TType1, class TType2>
typedef cStreamConverterInterface<TType1,TType2>::tType2 n2l::cAssignmentConverter< TType1, TType2 >::tType2
 

Reimplemented from n2l::cStreamConverterInterface< TType1, TType2 >.

Definition at line 45 of file cAssignmentConverter.h.


Constructor & Destructor Documentation

template<class TType1, class TType2>
virtual n2l::cAssignmentConverter< TType1, TType2 >::~cAssignmentConverter  )  [inline, virtual]
 

Definition at line 47 of file cAssignmentConverter.h.


Member Function Documentation

template<class TType1, class TType2>
virtual void n2l::cAssignmentConverter< TType1, TType2 >::convert tType2 oValue,
const tType1 iValue
[inline, virtual]
 

Definition at line 49 of file cAssignmentConverter.h.


The documentation for this class was generated from the following file:
©2012 Aaron Cameron