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

Go to the source code of this file.

Classes

class  gsl::vector_char
 This class handles vector_char objects as shared handles. More...
 
class  gsl::vector_char::iterator_base< container, content, reverse_t >
 The container must have iterator types. More...
 
class  gsl::vector_char::iterator_t< reverse_t >
 A class template for the two non-const iterators. More...
 
class  gsl::vector_char::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_char::iterator gsl::operator+ (vector_char::iterator::difference_type const n, vector_char::iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_char::const_iterator gsl::operator+ (vector_char::const_iterator::difference_type const n, vector_char::const_iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_char::reverse_iterator gsl::operator+ (vector_char::reverse_iterator::difference_type const n, vector_char::reverse_iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_char::const_reverse_iterator gsl::operator+ (vector_char::const_reverse_iterator::difference_type const n, vector_char::const_reverse_iterator const &i)
 Allows constant to be added to iterator. More...