Information on a dynamic library file using the _DL_INFORMATION macro.
More...
#include <DynamicLibraryInfo.h>
|
| std::string | directory {} |
| | Directory of the dynamic library.
|
| |
| std::string | filename {} |
| | Filename of the dynamic library.
|
| |
| std::string | name {} |
| | Name of the dynamic library.
|
| |
| std::string | description {} |
| | Description of the dynamic library.
|
| |
Information on a dynamic library file using the _DL_INFORMATION macro.
◆ DynamicLibraryInfo() [1/2]
| sf::DynamicLibraryInfo::DynamicLibraryInfo |
( |
| ) |
|
|
default |
◆ DynamicLibraryInfo() [2/2]
◆ clear()
| void sf::DynamicLibraryInfo::clear |
( |
| ) |
|
◆ path()
| std::string sf::DynamicLibraryInfo::path |
( |
| ) |
const |
PAth to the library. Combines directory and filename.
◆ read()
| bool sf::DynamicLibraryInfo::read |
( |
const std::string & |
dir, |
|
|
const std::string & |
filename |
|
) |
| |
Reads the information from the file.
- Parameters
-
| dir | Directory of the |
| filename | Location of the dynamic library file relative to the directory. |
- Returns
- True on success.
◆ description
| std::string sf::DynamicLibraryInfo::description {} |
Description of the dynamic library.
◆ directory
| std::string sf::DynamicLibraryInfo::directory {} |
Directory of the dynamic library.
◆ filename
| std::string sf::DynamicLibraryInfo::filename {} |
Filename of the dynamic library.
◆ name
| std::string sf::DynamicLibraryInfo::name {} |
Name of the dynamic library.
The documentation for this struct was generated from the following file: