#include <list>#include <map>#include <sstream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | StlStrokePoint |
Typedefs | |
| typedef double | StlClassProbabilityT |
| typedef std::map< int, StlClassProbabilityT > | StlClassProbabilities |
| typedef double | StlFeatureResultT |
| typedef std::vector< StlFeatureResultT > | StlFeatureVec |
| typedef float | StlStrokeCoordT |
| typedef float | StlStrokePressureT |
| typedef uint32_t | StlStrokeTimeT |
| typedef std::vector< StlStrokePoint > | StlStroke |
| typedef std::list< StlStroke > | StlStrokeList |
Functions | |
| template<class T> | |
| bool | from_string (T &t, const std::string &s, std::ios_base &(*f)(std::ios_base &)=std::dec) |
| typedef std::map<int, StlClassProbabilityT> StlClassProbabilities |
| typedef double StlClassProbabilityT |
| typedef double StlFeatureResultT |
| typedef std::vector<StlFeatureResultT> StlFeatureVec |
| typedef std::vector<StlStrokePoint> StlStroke |
| typedef float StlStrokeCoordT |
| typedef std::list<StlStroke> StlStrokeList |
| typedef float StlStrokePressureT |
| typedef uint32_t StlStrokeTimeT |
| bool from_string | ( | T & | t, | |
| const std::string & | s, | |||
| std::ios_base &(*)(std::ios_base &) | f = std::dec | |||
| ) | [inline] |
1.5.2