libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
bitmap< V, W, H, Init >::lower_iterations Struct Reference

Inherits std::binary_function< neighbourhood_item, neighbourhood_item, bool >, and std::binary_function< neighbourhood_item, neighbourhood_item, bool >.

Public Types

typedef std::binary_function< neighbourhood_item, neighbourhood_item, booloperation_type
 
typedef operation_type::first_argument_type first_argument_type
 
typedef operation_type::second_argument_type second_argument_type
 
typedef operation_type::result_type result_type
 
typedef std::binary_function< neighbourhood_item, neighbourhood_item, booloperation_type
 
typedef operation_type::first_argument_type first_argument_type
 
typedef operation_type::second_argument_type second_argument_type
 
typedef operation_type::result_type result_type
 

Public Member Functions

result_type __fastcall operator() (first_argument_type const &f, second_argument_type const &s) const noexcept(true)
 
result_type __fastcall operator() (first_argument_type const &f, second_argument_type const &s) const noexcept(true)
 

Detailed Description

template<class V, unsigned int W, unsigned int H, V Init>
struct bitmap< V, W, H, Init >::lower_iterations

Definition at line 104 of file mandelbrot.cpp.

Member Typedef Documentation

◆ first_argument_type [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef operation_type::first_argument_type bitmap< V, W, H, Init >::lower_iterations::first_argument_type

Definition at line 106 of file mandelbrot.cpp.

◆ first_argument_type [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef operation_type::first_argument_type bitmap< V, W, H, Init >::lower_iterations::first_argument_type

Definition at line 106 of file mandelbrot.cpp.

◆ operation_type [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef std::binary_function<neighbourhood_item, neighbourhood_item, bool> bitmap< V, W, H, Init >::lower_iterations::operation_type

Definition at line 105 of file mandelbrot.cpp.

◆ operation_type [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef std::binary_function<neighbourhood_item, neighbourhood_item, bool> bitmap< V, W, H, Init >::lower_iterations::operation_type

Definition at line 105 of file mandelbrot.cpp.

◆ result_type [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef operation_type::result_type bitmap< V, W, H, Init >::lower_iterations::result_type

Definition at line 108 of file mandelbrot.cpp.

◆ result_type [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef operation_type::result_type bitmap< V, W, H, Init >::lower_iterations::result_type

Definition at line 108 of file mandelbrot.cpp.

◆ second_argument_type [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef operation_type::second_argument_type bitmap< V, W, H, Init >::lower_iterations::second_argument_type

Definition at line 107 of file mandelbrot.cpp.

◆ second_argument_type [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
typedef operation_type::second_argument_type bitmap< V, W, H, Init >::lower_iterations::second_argument_type

Definition at line 107 of file mandelbrot.cpp.

Member Function Documentation

◆ operator()() [1/2]

template<class V , unsigned int W, unsigned int H, V Init>
result_type __fastcall bitmap< V, W, H, Init >::lower_iterations::operator() ( first_argument_type const &  f,
second_argument_type const &  s 
) const
inlinenoexcept

Definition at line 110 of file mandelbrot.cpp.

◆ operator()() [2/2]

template<class V , unsigned int W, unsigned int H, V Init>
result_type __fastcall bitmap< V, W, H, Init >::lower_iterations::operator() ( first_argument_type const &  f,
second_argument_type const &  s 
) const
inlinenoexcept

Definition at line 110 of file mandelbrot.cpp.


The documentation for this struct was generated from the following file: