Poco

class SharedLibraryImpl

Library: Foundation
Package: SharedLibrary
Header: Poco/SharedLibrary_WIN32U.h

Inheritance

Known Derived Classes: SharedLibrary

Member Summary

Member Functions: findSymbolImpl, getPathImpl, isLoadedImpl, loadImpl, setSearchPathImpl, suffixImpl, unloadImpl

Constructors

SharedLibraryImpl protected

SharedLibraryImpl();

Destructor

~SharedLibraryImpl protected

~SharedLibraryImpl();

Member Functions

findSymbolImpl protected

void * findSymbolImpl(
    const std::string & name
);

getPathImpl protected

const std::string & getPathImpl() const;

isLoadedImpl protected

bool isLoadedImpl() const;

loadImpl protected

void loadImpl(
    const std::string & path,
    int flags
);

setSearchPathImpl protected static

static bool setSearchPathImpl(
    const std::string & path
);

suffixImpl protected static

static std::string suffixImpl();

unloadImpl protected

void unloadImpl();