| DeSR Dependency Parser |
Classes | |
| class | Parser::conf_feature |
| A conf_feature contains a set of feature specifications. More... | |
| class | IXE::Configuration |
| A Configuration object that holds all the configuration variables. More... | |
| class | IXE::Var< T > |
| Configuration variable. More... | |
| class | IXE::VarDefault< T > |
| Configuration variable with default value. More... | |
| class | IXE::conf< bool > |
| A conf<bool> is a Var for containing the value of a Boolean configuration variable. More... | |
| class | IXE::conf< float > |
| A conf<float> is a Var for containing the value of a float configuration variable. More... | |
| class | IXE::conf< int > |
| A conf<int> is a Var for containing the value of an integer configuration variable. More... | |
| class | IXE::conf< PatternSet > |
| A conf_PatternSet contains a list of shell wildcard patterns. More... | |
| class | IXE::conf_set< T > |
| A conf_set contains a set of configuration values. More... | |
| class | IXE::conf< std::string > |
| A conf<string> is a configuration variable containing a string value. More... | |
| class | IXE::conf< std::vector< std::string > > |
| A conf_vector contains a set of configuration values. More... | |
| class | IXE::ExcludeFile |
| An ExcludeFile contains the set of filename patterns to exclude during either indexing or extraction. More... | |
| class | IXE::FileType |
| A FileType maps a filename pattern to a file type. More... | |
| class | IXE::IncludeFile |
| An IncludeFile contains the set of filename patterns to include during either indexing or extraction. More... | |
| class | IXE::PatternList |
| An PatternList contains a list of shell wildcard patterns. More... | |
| class | IXE::PatternMap< T > |
| A PatternMap maps a shell wildcard pattern to an object of type T. More... | |
| class | IXE::PatternSet |
| A PatternSet contains a set of shell wildcard patterns. More... | |
Typedefs | |
| typedef std::map< char const *, char const * > | IXE::Dictionary |
| A conf_dictionary contains a dictionary. | |
| typedef conf_set< std::string > | IXE::conf_stringset |
| A conf_set contains a set of configuration string values. | |
| typedef FileType | IXE::MimeType |
| A MimeType maps a mime type to a document reader type. | |
| typedef std::map<char const*, char const*> IXE::Dictionary |