CoreNEURON
coreneuron::mpi_function_base Struct Reference

Detailed Description

Definition at line 56 of file nrnmpi.h.

#include <nrnmpi.h>

Inheritance diagram for coreneuron::mpi_function_base:
coreneuron::mpi_function< std::integral_constant< function_ptr, fptr > >

Public Member Functions

void resolve (void *dlsym_handle)
 
 operator bool () const
 
 mpi_function_base (const char *name)
 

Protected Attributes

void * m_fptr {}
 
const char * m_name
 

Constructor & Destructor Documentation

◆ mpi_function_base()

coreneuron::mpi_function_base::mpi_function_base ( const char *  name)
inline

Definition at line 61 of file nrnmpi.h.

Member Function Documentation

◆ operator bool()

coreneuron::mpi_function_base::operator bool ( ) const
inline

Definition at line 58 of file nrnmpi.h.

◆ resolve()

void coreneuron::mpi_function_base::resolve ( void *  dlsym_handle)

Definition at line 15 of file resolve.cpp.

Member Data Documentation

◆ m_fptr

void* coreneuron::mpi_function_base::m_fptr {}
protected

Definition at line 67 of file nrnmpi.h.

◆ m_name

const char* coreneuron::mpi_function_base::m_name
protected

Definition at line 68 of file nrnmpi.h.


The documentation for this struct was generated from the following files: