Constants

All constants are const-qualified.

class version

An anonymous struct containing information about the current SHOW version. Has the following members:

std::string name

The proper name of SHOW as it should appear referenced in headers, log messages, etc.

int major

The major SHOW version (X.0.0)

int minor

The minor SHOW version (0.X.0)

int revision

The SHOW version revision (0.0.X)

std::string string

A string representing the major, minor, and revision version numbers

char *base64_chars_standard

The standard set of base-64 characters for use with base64_encode() and base64_decode()

char *base64_chars_urlsafe

The URL_safe set of base-64 characters for use with base64_encode() and base64_decode(), making the following replacements:

  • +-
  • /_