1 #include "__subsys__/__pkgname__/plugins/__class__.h" 8 PutMyListOfCandidateRolesHere
12 PutMyListOfVectorBoolsHere
20 std::cerr <<
"__class__: index out of bounds for roles: " << i << std::endl;
30 std::cerr <<
"__class__: index out of bounds for roles: " << i << std::endl;
40 std::cerr <<
"__class__: Unknown role " << name <<
", returning first member" << std::endl;
41 return PutMyDefaultReturnHere;
51 std::cerr <<
"__class__: Unknown role " << name <<
", returning first member" << std::endl;
virtual const char * getCandidateRole(int i=0) const
static const char * candidateRoles[N_ROLES]
virtual Candidate & getCandidate(std::string name, int index=-1)
virtual bool getIsVector(int i=0) const
static const bool isVector[N_ROLES]
virtual int getSize(int i=0) const