IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
Vector.h File Reference

A class for storing lists of IMP items. More...

#include <IMP/kernel_config.h>
#include "Showable.h"
#include "Value.h"
#include <sstream>
#include "hash.h"
#include <debug/vector>
+ Include dependency graph for Vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::Vector< T >
 A more IMP-like version of the std::vector. More...
 

Namespaces

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

Functions

template<class T >
std::size_t IMP::hash_value (const __gnu_debug::vector< T > &t)
 

Detailed Description

A class for storing lists of IMP items.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file Vector.h.