IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet::ModelHandler Class Reference

Model handler. More...

#include </home/runner/work/iganet/iganet/webapps/modelmanager.hpp>

Public Member Functions

 ModelHandler ()=delete
 Default constructor deleted.
 
 ModelHandler (const char *filename, int flags=RTLD_NOW)
 Constructor from file.
 
 ModelHandler (const ModelHandler &)=delete
 
 ModelHandler (ModelHandler &&)=delete
 
voidgetSymbol (const char *name) const
 Gets symbol from dynamic library.
 
 operator bool () const
 Checks if handle is assigned.
 

Detailed Description

Model handler.

This class implements the model handler

Constructor & Destructor Documentation

◆ ModelHandler() [1/4]

iganet::ModelHandler::ModelHandler ( )
delete

Default constructor deleted.

◆ ModelHandler() [2/4]

iganet::ModelHandler::ModelHandler ( ModelHandler &&  )
delete

◆ ModelHandler() [3/4]

iganet::ModelHandler::ModelHandler ( const ModelHandler )
delete

◆ ModelHandler() [4/4]

iganet::ModelHandler::ModelHandler ( const char filename,
int  flags = RTLD_NOW 
)
inline

Constructor from file.

Member Function Documentation

◆ getSymbol()

void * iganet::ModelHandler::getSymbol ( const char name) const
inline

Gets symbol from dynamic library.

◆ operator bool()

iganet::ModelHandler::operator bool ( ) const
inline

Checks if handle is assigned.


The documentation for this class was generated from the following file: