|
| | FormatID (int32 majorNumber, int32 minorNumber) |
| |
| | FormatID (const FormatID &other) |
| |
| | FormatID (IPMStream *s) |
| |
| int32 | GetMajorVersion () const |
| |
| void | SetMajorVersion (int32 m) |
| |
| int32 | GetMinorVersion () const |
| |
| void | SetMinorVersion (int32 m) |
| |
| bool16 | IsUnknown () const |
| |
| void | SetUnknown () |
| |
| bool16 | operator< (const FormatID &other) const |
| |
| bool16 | operator> (const FormatID &other) const |
| |
| bool16 | operator== (const FormatID &other) const |
| |
| bool16 | operator!= (const FormatID &other) const |
| |
| bool16 | operator<= (const FormatID &other) const |
| |
| bool16 | operator>= (const FormatID &other) const |
| |
| void | ReadWrite (IPMStream *s) |
| |