#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 > |
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.
Definition at line 29 of file ListAssignmentProxy.h.
|
inlineprivate |
Definition at line 40 of file ListAssignmentProxy.h.
|
inline |
Definition at line 33 of file ListAssignmentProxy.h.
References utl::ListVectorAssignmentProxy< Assignee, i >::fAssignee.
|
friend |
Definition at line 45 of file ListAssignmentProxy.h.
|
friend |
Definition at line 50 of file ListAssignmentProxy.h.
|
private |
Definition at line 42 of file ListAssignmentProxy.h.
Referenced by utl::ListVectorAssignmentProxy< Assignee, i >::operator,(), and utl::ListMatrixAssignmentProxy< Assignee, n, i >::operator,().