Add documentation to ScriptingEnvironment
This commit is contained in:
parent
345dd2481b
commit
3b435d8956
@ -35,6 +35,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
struct lua_State;
|
struct lua_State;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a lua context and binds osmium way, node and relation objects and
|
||||||
|
* ExtractionWay and ExtractionNode to lua objects.
|
||||||
|
*
|
||||||
|
* Each thread has its own lua state which is implemented with thread specific
|
||||||
|
* storage from TBB.
|
||||||
|
*/
|
||||||
class ScriptingEnvironment
|
class ScriptingEnvironment
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user