iRoCS Toolbox
1.1.0
|
#include <config.hh>
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include "SVMError.hh"
Go to the source code of this file.
Data Structures | |
struct | svt::AlternativeHelp |
class | svt::ParamInfo |
The ParamInfo class contains informations about one parameter like key, help text, guiHints etc. More... | |
Namespaces | |
svt | |
Functions | |
void | svt::sortAndRemoveDuplicates (std::vector< ParamInfo > ¶ms) |
sort list of ParamInfo's and remove doubles More... | |