LLVM  4.0.0
Public Member Functions | List of all members
llvm::orc::DoNothingOnNotifyLoaded Class Reference

Default (no-op) action to perform when loading objects. More...

#include <ObjectLinkingLayer.h>

Public Member Functions

template<typename ObjSetT , typename LoadResult >
void operator() (ObjectLinkingLayerBase::ObjSetHandleT, const ObjSetT &, const LoadResult &)
 

Detailed Description

Default (no-op) action to perform when loading objects.

Definition at line 87 of file ObjectLinkingLayer.h.

Member Function Documentation

template<typename ObjSetT , typename LoadResult >
void llvm::orc::DoNothingOnNotifyLoaded::operator() ( ObjectLinkingLayerBase::ObjSetHandleT  ,
const ObjSetT &  ,
const LoadResult &   
)
inline

Definition at line 90 of file ObjectLinkingLayer.h.


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