SOIL C++
C++ Unified Device Interface
|
#include <Range.h>
Public Member Functions | |
Range () | |
Range (size_t low, size_t high) | |
Range (std::vector< size_t > limits) | |
~Range () | |
HTTP::Json | wjson (void) |
bool | check (const std::string &value) |
Specialization of Range for strings, where the limits correspond to minimal and maximum length.
SOIL::Range< std::string >::Range | ( | ) |
SOIL::Range< std::string >::Range | ( | size_t | low, |
size_t | high | ||
) |
SOIL::Range< std::string >::Range | ( | std::vector< size_t > | limits | ) |
SOIL::Range< std::string >::~Range | ( | ) |
bool SOIL::Range< std::string >::check | ( | const std::string & | value | ) |
web::json::value SOIL::Range< std::string >::wjson | ( | void | ) |