Namespaces | |
| namespace | Dapfor |
| namespace | Dapfor::Common |
Classes | |
| class | CLongEnumFormat |
| Converts enumerated value to a text and vice versa. More... | |
| struct | CLongEnumFormat::Item |
| Represents a pair of numeric value and a corresponding formatted string. More... | |
Defines | |
| #define | DF_ENUM_FORMAT(__items) new Dapfor::Common::CLongEnumFormat(__items, sizeof(__items)/sizeof(__items[0])) |
| Creates a new Dapfor::Common::CLongEnumFormat with table of numeric values and corresponding strings. | |
| #define DF_ENUM_FORMAT | ( | __items | ) | new Dapfor::Common::CLongEnumFormat(__items, sizeof(__items)/sizeof(__items[0])) |
Creates a new Dapfor::Common::CLongEnumFormat with table of numeric values and corresponding strings.
| [in] | __items | Table, which contains pairs of numeric values and formatted strings. |
| Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |