Loading [MathJax]/jax/output/HTML-CSS/config.js
https://mooseframework.inl.gov
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 1356 of file MooseApp.h.

Member Data Documentation

◆ entry_symbols

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

Definition at line 1360 of file MooseApp.h.

◆ full_path

std::string MooseApp::DynamicLibraryInfo::full_path

Definition at line 1359 of file MooseApp.h.

Referenced by MooseApp::loadLibraryAndDependencies().

◆ library_handle

void* MooseApp::DynamicLibraryInfo::library_handle

Definition at line 1358 of file MooseApp.h.

Referenced by MooseApp::loadLibraryAndDependencies().


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