Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Namespaces | Macros | Functions
version.h File Reference
#include "google/cloud/spanner/version_info.h"
#include "google/cloud/version.h"
#include <string>

Go to the source code of this file.

Namespaces

 google
 
 google::cloud
 The namespace Google Cloud Platform C++ client libraries.
 
 google::cloud::spanner
 Contains all the Cloud Spanner C++ client types and functions.
 
 google::cloud::spanner::v1
 The inlined, versioned namespace for the Cloud Spanner C++ client APIs.
 

Macros

#define SPANNER_CLIENT_NS
 

Functions

int constexpr google::cloud::spanner::v1::VersionMajor ()
 The Cloud spanner C++ Client major version. More...
 
int constexpr google::cloud::spanner::v1::VersionMinor ()
 The Cloud spanner C++ Client minor version. More...
 
int constexpr google::cloud::spanner::v1::VersionPatch ()
 The Cloud spanner C++ Client patch version. More...
 
int constexpr google::cloud::spanner::v1::Version ()
 A single integer representing the Major/Minor/Patch version. More...
 
std::string google::cloud::spanner::v1::VersionString ()
 The version as a string, in MAJOR.MINOR.PATCH+gitrev format. More...
 

Macro Definition Documentation

◆ SPANNER_CLIENT_NS

#define SPANNER_CLIENT_NS
Value:
#define GOOGLE_CLOUD_CPP_VEVAL(Ma, Mi)
#define SPANNER_CLIENT_VERSION_MINOR
Definition: version_info.h:19
#define SPANNER_CLIENT_VERSION_MAJOR
Definition: version_info.h:18

Definition at line 22 of file version.h.