Classes | |
| class | ConfigItem |
| class | ConfigManager |
| class | ConfigSection |
| class | Error |
| Specialization of Exception. More... | |
| class | Exception |
| General Exception. More... | |
| class | Matrix< T > |
| class | Vector< N, T > |
| A vector. More... | |
| class | Warning |
| Specialization of Exception. More... | |
| class | WarningWrongFrameDataType |
| thrown by AbstractModule::assertFramedataType More... | |
Functions | |
| template<typename A , typename B > | |
| B | convertTo (A a) |
| B convertTo | ( | A | a | ) | [inline] |
Convert variable of type A to variable of type B if possible.
Example: double value = convertTo<std::string, double>("3.14159");
| a | The value to convert |
1.5.7.1