Panda3D
Loading...
Searching...
No Matches
Functions
load_dso.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "load_dso.h"
#include "executionEnvironment.h"
#include <dlfcn.h>

Go to the source code of this file.

Functions

void * get_dso_symbol (void *handle, const string &name)
 
void * load_dso (const DSearchPath &path, const Filename &filename)
 
string load_dso_error ()
 
bool unload_dso (void *dso_handle)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-05-12

Definition in file load_dso.cxx.

Function Documentation

◆ get_dso_symbol()

void * get_dso_symbol ( void * handle,
const string & name )

Definition at line 159 of file load_dso.cxx.

◆ load_dso()

void * load_dso ( const DSearchPath & path,
const Filename & filename )

Definition at line 132 of file load_dso.cxx.

◆ load_dso_error()

string load_dso_error ( )

Definition at line 150 of file load_dso.cxx.

◆ unload_dso()

bool unload_dso ( void * dso_handle)

Definition at line 145 of file load_dso.cxx.