FAST.Framework  1.0.0
Public Member Functions | Static Public Member Functions | List of all members
FEnvironment Class Reference

#include <FEnvironment.h>

Public Member Functions

 FEnvironment (const FEnvironment &)=delete
 Delete standard constructor.
 
 FEnvironment (FEnvironment &&)=delete
 Delete standard constructor.
 
 FEnvironment ()=delete
 Delete standard constructor.
 
FEnvironmentoperator= (const FEnvironment &)=delete
 Delete copy operator.
 

Static Public Member Functions

static const FStringComputerName ()
 Returns the computer name string defined for this environment.
 
static const FStringCurrentDirectory ()
 Returns the fully qualified path of the current working directory.
 
static const FStringHome ()
 Returns the fully qualified path of the current home directory.
 
static const FStringNewLine ()
 Returns the newline string defined for this environment.
 
static const FStringPath ()
 Returns the path string defined for this environment.
 
static const FStringUserName ()
 Returns the user name of the person who is associated with the current thread.
 
static const FCharDirectorySeparatorChar ()
 Returns the platform-specific separator character used to separate path strings in environment variables.
 

Detailed Description

Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited


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