#include <datasource_fixture.hpp>
Public Member Functions | |
void | clear () |
CType () | |
CType (bool ini) | |
void | init () |
Public Attributes | |
AType | a |
vector< AType > | av |
BType | b |
vector< BType > | bv |
CType uses composite A/B types
Tests cases like vector<KDL::Frame>
Definition at line 126 of file datasource_fixture.hpp.
|
inline |
Definition at line 128 of file datasource_fixture.hpp.
|
inline |
Definition at line 129 of file datasource_fixture.hpp.
|
inline |
Definition at line 142 of file datasource_fixture.hpp.
|
inline |
Definition at line 131 of file datasource_fixture.hpp.
AType CType::a |
Definition at line 137 of file datasource_fixture.hpp.
vector<AType> CType::av |
Definition at line 139 of file datasource_fixture.hpp.
BType CType::b |
Definition at line 138 of file datasource_fixture.hpp.
vector<BType> CType::bv |
Definition at line 140 of file datasource_fixture.hpp.