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

Go to the source code of this file.

Classes

class  gsl::block_long_double
 This class handles vector_long_doubles as shared handles. More...
 
class  gsl::block_long_double::iterator_base< container, content, reverse >
 The container must have iterator types. More...
 
class  gsl::block_long_double::iterator_t< reverse >
 A class template for the two non-const iterators. More...
 
class  gsl::block_long_double::const_iterator_t< reverse >
 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

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