ddc
Classes | Typedefs | Enumerations | Variables
abbrev.h File Reference
#include "list"
Include dependency graph for abbrev.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CAbbrevItem
 

Typedefs

typedef list< CAbbrevItemCAbbrev
 

Enumerations

enum  AbbrevItemTypeEnum { abString, abNumber, abUpperCase, abAny }
 

Variables

const size_t WordSize = 50
 
const size_t AbbrevSize = 200
 

Typedef Documentation

◆ CAbbrev

typedef list<CAbbrevItem> CAbbrev

Enumeration Type Documentation

◆ AbbrevItemTypeEnum

Enumerator
abString 
abNumber 
abUpperCase 
abAny 

Variable Documentation

◆ WordSize

const size_t WordSize = 50

◆ AbbrevSize

const size_t AbbrevSize = 200