IMP  2.3.1
The Integrative Modeling Platform
ExampleObject.h File Reference

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>
+ Include dependency graph for ExampleObject.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

An example showing how to make a simple ref counted object.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file ExampleObject.h.