IMP
2.3.1
The Integrative Modeling Platform
|
An example showing how to make a simple ref counted object. More...
#include <IMP/example/example_config.h>
#include <IMP/base/Object.h>
#include <IMP/base/object_macros.h>
#include <IMP/base/types.h>
#include <IMP/base/Pointer.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | IMP::example::ExampleObject |
An example simple object which is reference counted. More... | |
Namespaces | |
IMP | |
Synonym for IMP::kernel. | |
IMP::example | |
Example module. | |
Typedefs | |
typedef base::Vector < base::Pointer< ExampleObject > > | IMP::example::ExampleObjects |
typedef base::Vector < base::WeakPointer < ExampleObject > > | IMP::example::ExampleObjectsTemp |
An example showing how to make a simple ref counted object.
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file ExampleObject.h.