clang
3.7.0
|
Describes the result of attempting to load a module. More...
#include <ModuleLoader.h>
Public Member Functions | |
ModuleLoadResult () | |
ModuleLoadResult (Module *module, bool missingExpected) | |
operator Module * () const | |
bool | isMissingExpected () const |
Determines whether the module, which failed to load, was actually a submodule that we expected to see (based on implying the submodule from header structure), but didn't materialize in the actual module. More... | |
Describes the result of attempting to load a module.
Definition at line 33 of file ModuleLoader.h.
|
inline |
Definition at line 37 of file ModuleLoader.h.
Definition at line 39 of file ModuleLoader.h.
|
inline |
Determines whether the module, which failed to load, was actually a submodule that we expected to see (based on implying the submodule from header structure), but didn't materialize in the actual module.
Definition at line 48 of file ModuleLoader.h.
|
inline |
Definition at line 42 of file ModuleLoader.h.