OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Typedefs
binop.hh File Reference
#include "dispatch.hh"

Go to the source code of this file.

Data Structures

struct  fnc_add_ip< T1, D1, T2, D2 >
struct  fnc_sub_ip< T1, D1, T2, D2 >
struct  fnc_mul_ip< T1, D1, T2, D2 >
struct  fnc_div_ip< T1, D1, T2, D2 >
struct  fnc_paste_ip< T1, D1, T2, D2 >

Namespaces

namespace  ost
namespace  ost::img
namespace  ost::img::image_state
namespace  ost::img::image_state::binop

Typedefs

typedef
dispatch::binary_dispatch_ip
< fnc_add_ip > 
add_ip
typedef
dispatch::binary_dispatch_ip
< fnc_sub_ip > 
sub_ip
typedef
dispatch::binary_dispatch_ip
< fnc_mul_ip > 
mul_ip
typedef
dispatch::binary_dispatch_ip
< fnc_div_ip > 
div_ip
typedef
dispatch::binary_dispatch_ip
< fnc_paste_ip > 
paste_ip