test_for_each()で使用するファンクタ More...
Public Member Functions | |
functor_for_each (vector< NameValue > &receivedNameValues) | |
bool | operator() (const NameValue &nv) |
Public Attributes | |
vector< NameValue > & | _receivedNameValues |
test_for_each()で使用するファンクタ
Definition at line 171 of file CORBA_SeqUtilTests.cpp.
CORBA_SeqUtil::CORBA_SeqUtilTests::functor_for_each::functor_for_each | ( | vector< NameValue > & | receivedNameValues | ) | [inline] |
Definition at line 173 of file CORBA_SeqUtilTests.cpp.
bool CORBA_SeqUtil::CORBA_SeqUtilTests::functor_for_each::operator() | ( | const NameValue & | nv | ) | [inline] |
Definition at line 176 of file CORBA_SeqUtilTests.cpp.
vector<NameValue>& CORBA_SeqUtil::CORBA_SeqUtilTests::functor_for_each::_receivedNameValues |
Definition at line 181 of file CORBA_SeqUtilTests.cpp.