MeVisLab Toolbox Reference
|
#include "mlEventSource.h"
#include <ThirdPartyWarningsDisable.h>
#include <boost/intrusive_ptr.hpp>
#include <ThirdPartyWarningsRestore.h>
Go to the source code of this file.
Classes | |
class | ml::RefCountedBase |
RefCountedBase class adds intrusive reference counting support to the Base class. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Macros | |
#define | ML_REFCOUNTED_PTR(CLASSNAME) |
Macro that defines convenience Ptr/ConstPtr typedefs to be used instead of intrusive_ptr templates. | |
Functions | |
void | ml::intrusive_ptr_add_ref (const ml::RefCountedBase *p) |
void | ml::intrusive_ptr_release (const ml::RefCountedBase *p) |
Macro that defines convenience Ptr/ConstPtr typedefs to be used instead of intrusive_ptr templates.
Definition at line 79 of file mlRefCountedBase.h.