List of all members | Public Member Functions | Private Member Functions | Private Attributes | Friends
utl::ListVectorAssignmentProxy< Assignee, i > Class Template Reference

#include "utl/ListAssignmentProxy.h"

Public Member Functions

template<typename Element >
ListVectorAssignmentProxy
< Assignee, i+1 > 
operator, (const Element &e)
 

Private Member Functions

 ListVectorAssignmentProxy (Assignee &v)
 

Private Attributes

Assignee & fAssignee
 

Friends

class Identity< Assignee >::Type
 
class ListVectorAssignmentProxy< Assignee, i-1 >
 

Detailed Description

template<class Assignee, unsigned int i = 1>
class utl::ListVectorAssignmentProxy< Assignee, i >

This class enables comma separated list assignment of the SVector class and should be considered as an Offline internal implementation detail.

Do not use directly.

Author
Darko Veberic
Date
28 Jun 2008

Definition at line 29 of file ListAssignmentProxy.h.

Constructor & Destructor Documentation

template<class Assignee, unsigned int i = 1>
utl::ListVectorAssignmentProxy< Assignee, i >::ListVectorAssignmentProxy ( Assignee &  v)
inlineprivate

Definition at line 40 of file ListAssignmentProxy.h.

Member Function Documentation

template<class Assignee, unsigned int i = 1>
template<typename Element >
ListVectorAssignmentProxy<Assignee, i+1> utl::ListVectorAssignmentProxy< Assignee, i >::operator, ( const Element &  e)
inline

Friends And Related Function Documentation

template<class Assignee, unsigned int i = 1>
friend class Identity< Assignee >::Type
friend

Definition at line 45 of file ListAssignmentProxy.h.

template<class Assignee, unsigned int i = 1>
friend class ListVectorAssignmentProxy< Assignee, i-1 >
friend

Definition at line 50 of file ListAssignmentProxy.h.

Member Data Documentation

template<class Assignee, unsigned int i = 1>
Assignee& utl::ListVectorAssignmentProxy< Assignee, i >::fAssignee
private

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

, generated on Tue Sep 26 2023.