IMP  2.4.0
The Integrative Modeling Platform
Classes | Namespaces | Functions
Vector.h File Reference

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

#include <IMP/base/base_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::base::Vector< T >
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::base
 Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP.
 

Functions

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

Detailed Description

A class for storing lists of IMP items.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file Vector.h.