IMP
2.0.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/RefCounted.h>
#include <IMP/macros.h>
#include <IMP/Object.h>
#include <IMP/Pointer.h>
#include <IMP/WeakPointer.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | IMP::example::ExampleRefCounted |
An example simple object which is reference counted. More... | |
Namespaces | |
namespace | IMP |
All IMP::kernel code is brought into the IMP namespace. | |
namespace | IMP::example |
See IMP.example Overview for more information. | |
Typedefs | |
typedef base::Vector< Pointer < ExampleRefCounted > > | IMP::example::ExampleRefCounteds |
typedef base::Vector < WeakPointer < ExampleRefCounted > > | IMP::example::ExampleRefCountedsTemp |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file ExampleRefCounted.h.