ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
vector_long.hpp File Reference
#include <gsl/gsl_vector_long.h>
#include <new>
#include <iterator>
#include "exception.hpp"
#include "block_long.hpp"
Include dependency graph for vector_long.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gsl::vector_long
 This class handles vector_long objects as shared handles. More...
 
class  gsl::vector_long::iterator_base< container, content, reverse_t >
 The container must have iterator types. More...
 
class  gsl::vector_long::iterator_t< reverse_t >
 A class template for the two non-const iterators. More...
 
class  gsl::vector_long::const_iterator_t< reverse_t >
 A class template for the const iterators. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 

Functions

vector_long::iterator gsl::operator+ (vector_long::iterator::difference_type const n, vector_long::iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_long::const_iterator gsl::operator+ (vector_long::const_iterator::difference_type const n, vector_long::const_iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_long::reverse_iterator gsl::operator+ (vector_long::reverse_iterator::difference_type const n, vector_long::reverse_iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_long::const_reverse_iterator gsl::operator+ (vector_long::const_reverse_iterator::difference_type const n, vector_long::const_reverse_iterator const &i)
 Allows constant to be added to iterator. More...