https://mooseframework.inl.gov
Public Attributes | List of all members
MooseApp::DynamicLibraryInfo Struct Reference

#include <MooseApp.h>

Public Attributes

voidlibrary_handle
 
std::string full_path
 
std::unordered_set< std::string > entry_symbols
 

Detailed Description

Definition at line 1340 of file MooseApp.h.

Member Data Documentation

◆ entry_symbols

std::unordered_set<std::string> MooseApp::DynamicLibraryInfo::entry_symbols

Definition at line 1344 of file MooseApp.h.

◆ full_path

std::string MooseApp::DynamicLibraryInfo::full_path

Definition at line 1343 of file MooseApp.h.

Referenced by MooseApp::loadLibraryAndDependencies().

◆ library_handle

void* MooseApp::DynamicLibraryInfo::library_handle

Definition at line 1342 of file MooseApp.h.

Referenced by MooseApp::loadLibraryAndDependencies().


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