IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
ConstVector.h File Reference

Store an array of values of the same type. More...

#include <IMP/kernel_config.h>
#include "base_macros.h"
#include "exception.h"
#include "Value.h"
#include <IMP/nullptr.h>
#include <boost/scoped_array.hpp>
#include <IMP/hash.h>
#include <iterator>
+ Include dependency graph for ConstVector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::ConstVector< Data, SwigData >
 Store an array of values of the same type. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Functions

template<class A >
void IMP::swap (ConstVector< A > &a, ConstVector< A > &b)
 

Detailed Description

Store an array of values of the same type.

Copyright 2007-2016 IMP Inventors. All rights reserved.

Definition in file ConstVector.h.