#include <window.hpp>
|
|
static vector_type | window_read (input_window< T > *w) |
| |
|
static void | window_read (input_window< T > *w, vector_type &value) |
| |
|
static vector_type | window_readdecr (input_window< T > *w) |
| |
|
static void | window_readdecr (input_window< T > *w, vector_type &value) |
| |
|
static vector_type | window_readincr (input_window< T > *w) |
| |
|
static void | window_readincr (input_window< T > *w, vector_type &value) |
| |
|
static void | window_write (output_window< T > *w, vector_type value) |
| |
|
static void | window_writeincr (output_window< T > *w, vector_type value) |
| |
The documentation for this struct was generated from the following file: