IMP
2.2.0
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 | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::example | |
See IMP.example for more information. | |
Typedefs | |
typedef base::Vector < base::Pointer< ExampleObject > > | IMP::example::ExampleObjects |
typedef base::Vector < base::WeakPointer < ExampleObject > > | IMP::example::ExampleObjectsTemp |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file ExampleObject.h.