Library.cpp File Reference

A class for handling shared libraries. More...

#include "Library.h"
#include "../../Defines.h"
#include "Exception.h"
#include "../translator/Translator.h"
#include <cassert>
#include <algorithm>
#include <cctype>
#include <boost/format.hpp>
#include <windows.h>

Go to the source code of this file.

Classes

struct  te::core::Library::Impl
 

Functions

static std::string te_get_os_error ()
 

Detailed Description

A class for handling shared libraries.

Author
Gilberto Ribeiro de Queiroz

Definition in file Library.cpp.

Function Documentation