#include <string>
#include <vector>
#include <map>
#include "ionflux/ManagedObject.hpp"
Include dependency graph for Utf8TokenTypeMap.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Ionflux |
namespace | Ionflux::Tools |
Classes | |
struct | Ionflux::Tools::Utf8TokenType |
A token type with UTF-8 support. More... | |
class | Ionflux::Tools::Utf8TokenTypeMapClassInfo |
Class information for class Utf8TokenTypeMap. More... | |
class | Ionflux::Tools::Utf8TokenTypeMap |
Token type map with UTF-8 support. More... | |
Typedefs | |
typedef std::map< unsigned int, Ionflux::Tools::Utf8TokenType * > | Ionflux::Tools::ImplTokenTypeMap |