Lumino
ln::Environment Class Reference

現在の動作環境やプラットフォームに関する情報へのアクセス手段を提供します。 More...

#include <Environment.hpp>

Static Public Member Functions

static String currentDirectory ()
 カレントディレクトリのパスを取得します。
 
static String executablePath ()
 アプリケーションを開始した実行ファイルのパスを取得します。
 
static CaseSensitivity pathCaseSensitivity ()
 パス文字列の大文字と小文字を区別するかを確認します。
 
static String specialFolderPath (SpecialFolder specialFolder)
 システムの特別なフォルダのパスを取得します。
 
static Optional< StringgetEnvironmentVariable (const StringRef &variableName)
 環境変数の値を取得します。
 
static void setEnvironmentVariable (const StringRef &variableName, const StringRef &value)
 現在のプロセスの環境変数を設定します。(システム環境変数や他のプロセスの環境変数へ影響を及ぼしません)
 
static ByteOrder byteOrder ()
 現在の環境のバイトオーダー (エンディアン) を確認します。
 
static uint64_t getTickCount ()
 システム起動からの時間を ms 単位で取得します。
 

Detailed Description

現在の動作環境やプラットフォームに関する情報へのアクセス手段を提供します。


The documentation for this class was generated from the following file: