SOIL C++
C++ Unified Device Interface
|
Template specialization for Scalars. More...
#include <Container.h>
Public Member Functions | |
Container () | |
Container (const T &value) | |
Container (HTTP::Json json) | |
T | operator* (void) const |
bool | is_null (void) const |
void | set_null (bool _null=true) |
HTTP::Json | wjson (void) |
bool | check_range (Range< T > range) const |
T & | at (void) |
std::vector< unsigned char > | serialize_value (void) const |
std::vector< unsigned char > | serialize_dimensions (void) const |
This is the specialization of the templated class for scalar data. For the documentation of methods, please refer to the unpecialized class.
T | Type of the data |
Definition at line 174 of file Container.h.
SOIL::Container< T, -1, -1 >::Container | ( | ) |
SOIL::Container< T, -1, -1 >::Container | ( | const T & | value | ) |
SOIL::Container< T, -1, -1 >::Container | ( | HTTP::Json | json | ) |
T & SOIL::Container< T, -1, -1 >::at | ( | void | ) |
bool SOIL::Container< T, -1, -1 >::check_range | ( | Range< T > | range | ) | const |
|
inline |
Definition at line 184 of file Container.h.
T SOIL::Container< T, -1, -1 >::operator* | ( | void | ) | const |
std::vector< unsigned char > SOIL::Container< T, -1, -1 >::serialize_dimensions | ( | void | ) | const |
std::vector< unsigned char > SOIL::Container< T, -1, -1 >::serialize_value | ( | void | ) | const |
|
inline |
Definition at line 185 of file Container.h.
HTTP::Json SOIL::Container< T, -1, -1 >::wjson | ( | void | ) |