Poco

class EnvironmentImpl

Library: Foundation
Package: Core
Header: Poco/Environment_WIN32U.h

Member Summary

Member Functions: getImpl, hasImpl, nodeIdImpl, nodeNameImpl, osArchitectureImpl, osDisplayNameImpl, osNameImpl, osVersionImpl, processorCountImpl, setImpl

Types

NodeId

typedef UInt8 NodeId[6];

Ethernet address.

Member Functions

getImpl static

static std::string getImpl(
    const std::string & name
);

hasImpl static

static bool hasImpl(
    const std::string & name
);

nodeIdImpl static

static void nodeIdImpl(
    NodeId & id
);

nodeNameImpl static

static std::string nodeNameImpl();

osArchitectureImpl static

static std::string osArchitectureImpl();

osDisplayNameImpl static

static std::string osDisplayNameImpl();

osNameImpl static

static std::string osNameImpl();

osVersionImpl static

static std::string osVersionImpl();

processorCountImpl static

static unsigned processorCountImpl();

setImpl static

static void setImpl(
    const std::string & name,
    const std::string & value
);