Home
last modified time | relevance | path

Searched refs:getCharacterTypes (Results 1 – 3 of 3) sorted by relevance

/dports/devel/eris/eris-1.3.23/Eris/
H A DAccount.h108 const std::vector< std::string > & getCharacterTypes(void) const;
H A DAccount.cpp190 const std::vector< std::string > & Account::getCharacterTypes(void) const in getCharacterTypes() function in Eris::Account
/dports/devel/eris/eris-1.3.23/test/
H A DAccount_integrationtest.cpp785 assert(acc.getCharacterTypes().size() == 1); in main()
786 assert(acc.getCharacterTypes().front() == "string"); in main()
809 assert(acc.getCharacterTypes().size() == 0); in main()