#include <Pt/System/Library.h>
Symbol resolved from a shared library.
Public Member Functions | |
| Symbol () | |
| Default constructor. | |
| Symbol (const Library &lib, void *sym) | |
| Construct with library and symbol address. | |
| const Library & | library () const |
| Returns the library where the symbol was resolved. | |
| operator void * () const | |
| Returns the symbol address. | |
| void * | sym () const |
| Returns the symbol address. | |