HDK
|
#include <UT_LMHost.h>
Public Types | |
enum | AppType { APPLICATION, SYSTEM } |
Static Public Member Functions | |
static void | getUserLicenseFile (UT_WorkBuffer &filename) |
This is the location where the .sesi_preferences file is kept. More... | |
static SYS_NO_DISCARD_RESULT UT_WorkBuffer | databaseFile (AppType app_type, const UT_StringRef &name) |
static SYS_NO_DISCARD_RESULT UT_WorkBuffer | applicationFolder (AppType app_type) |
static const char * | redundantToken () |
static const char * | multiConnectToken () |
static bool | parseHostString (const char *host_str, UT_StringArray &hosts) |
static void | packHostString (const UT_StringArray &hosts, UT_String &host_str, bool is_redundant=true) |
static bool | areHostNamesEqual (UT_String host1, UT_String host2) |
static bool | areHostNamesEqual (const UT_StringArray &hosts1, const UT_StringArray &hosts2) |
static bool | testHostnames (const char *host1, const char *host2) |
static bool | userFullName (UT_StringHolder &name) |
static bool | fullyQualifiedDomainName (UT_StringHolder &hostname) |
Definition at line 30 of file UT_LMHost.h.
enum UT_LMHost::AppType |
Enumerator | |
---|---|
APPLICATION | |
SYSTEM |
Definition at line 33 of file UT_LMHost.h.
|
static |
|
static |
|
static |
|
static |
|
static |
This is the location where the .sesi_preferences file is kept.
|
inlinestatic |
Definition at line 51 of file UT_LMHost.h.
|
static |
|
static |
|
inlinestatic |
Definition at line 50 of file UT_LMHost.h.
|
static |
|
static |