#include <Bentley/WString.h>
Go to the source code of this file.
Classes | |
struct | BeVersion |
A 4-digit number that specifies version number. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Macros | |
#define | VERSION_FORMAT "%" PRIu16 ".%" PRIu16 ".%" PRIu16 ".%" PRIu16 |
#define | VERSION_FORMAT_MAJOR_MINOR "%" PRIu16 ".%" PRIu16 |
#define | VERSION_PARSE_FORMAT "%d.%d.%d.%d" |
Typedefs | |
typedef struct BeVersion & | BeVersionR |
typedef const struct BeVersion & | BeVersionCR |
#define VERSION_FORMAT "%" PRIu16 ".%" PRIu16 ".%" PRIu16 ".%" PRIu16 |
#define VERSION_FORMAT_MAJOR_MINOR "%" PRIu16 ".%" PRIu16 |
#define VERSION_PARSE_FORMAT "%d.%d.%d.%d" |