presage
0.9.2~beta
|
#include "suggestion.h"
#include "prediction.h"
#include "context_tracker/contextTracker.h"
#include "logger.h"
#include "dispatcher.h"
#include <string>
#include <vector>
#include <set>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | Selector |
Typedefs | |
typedef std::set< std::string, std::less< std::string > > | StringSet |
typedef std::set< std::string, std::less<std::string> > StringSet |
Definition at line 44 of file selector.h.