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

Go to the source code of this file.

Classes

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

Macros

#define CCGSL_MTY   2
 

Functions

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

Macro Definition Documentation

◆ CCGSL_MTY

#define CCGSL_MTY   2

Definition at line 37 of file block_complex_float.hpp.