Google APIs Client Library for C++
VersionInfo Class Reference

#include "client/transport/versioninfo.h"

List of all members.

Static Public Member Functions

static const string GetVersionString ()
 Returns a string with the complete version string.
static const string GetPlatformString ()
 Returns platform that we are running on.

Static Public Attributes

static const int kMajorVersionNumber
 The major version number is used for compatability purposes.
static const int kMinorVersionNumber
 The minor version number is used for incremental fixes and enhancements.
static const int kPatchVersionNumber
 The patch version number is used to patch releases.
static const char kVersionDecorator []
 The version decorator is used to mark unofficial versions.

Member Function Documentation

static const string GetPlatformString ( ) [static]

Returns platform that we are running on.

static const string GetVersionString ( ) [static]

Returns a string with the complete version string.

Returns:
string in the form major.minor-decorator

Member Data Documentation

const int kMajorVersionNumber [static]

The major version number is used for compatability purposes.

const int kMinorVersionNumber [static]

The minor version number is used for incremental fixes and enhancements.

const int kPatchVersionNumber [static]

The patch version number is used to patch releases.

const char kVersionDecorator[] [static]

The version decorator is used to mark unofficial versions.

The intent is that this will be empty for official releases but something else for builds from the head, etc.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines