MythTV master
Variables
stringutil.cpp File Reference
#include <array>
#include <bit>
#include <QObject>
#include "stringutil.h"
Include dependency graph for stringutil.cpp:

Go to the source code of this file.

Variables

static constexpr int64_t kOneTerabyte { 1024 * 1024LL * 1024}
 
static constexpr int64_t kOneGigabyte { 1024LL * 1024}
 
static constexpr int64_t kOneMegabyte { 1024}
 

Variable Documentation

◆ kOneGigabyte

constexpr int64_t kOneGigabyte { 1024LL * 1024}
staticconstexpr

Definition at line 271 of file stringutil.cpp.

Referenced by StringUtil::formatKBytes().

◆ kOneMegabyte

constexpr int64_t kOneMegabyte { 1024}
staticconstexpr

Definition at line 272 of file stringutil.cpp.

Referenced by StringUtil::formatKBytes().

◆ kOneTerabyte

constexpr int64_t kOneTerabyte { 1024 * 1024LL * 1024}
staticconstexpr

Definition at line 270 of file stringutil.cpp.

Referenced by StringUtil::formatKBytes().