Functions
ConstantField.cpp File Reference
#include <swarmros/introspection/ConstantField.h>
#include <swarmros/introspection/PrimitiveSerializer.h>
#include <swarmros/UnqualifiedException.h>
#include <regex>
Include dependency graph for ConstantField.cpp:

Go to the source code of this file.

Functions

static const std::regex FalsePattern ("^\\s*(false|0+)\\s*(?:#.*)?$")
 
static const std::regex FloatPattern ("^\\s*(-?[0-9]+(?:\\.[0-9]+)?)\\s*(?:#.*)?$")
 
static const std::regex SignedPattern ("^\\s*(-?[0-9]+)\\s*(?:#.*)?$")
 
static const std::regex TruePattern ("^\\s*(true|[0-9]*[1-9][0-9]*)\\s*(?:#.*)?$")
 
static const std::regex UnsignedPattern ("^\\s*([0-9]+)\\s*(?:#.*)?$")
 

Function Documentation

static const std::regex FalsePattern ( "^\\s*(false|0+)\\s*(?:#.*)?$"  )
static
static const std::regex FloatPattern ( "^\\s*(-?[0-9]+(?:\\.[0-9]+)?)\\s*(?:#.*)?$"  )
static
static const std::regex SignedPattern ( "^\\s*(-?[0-9]+)\\s*(?:#.*)?$"  )
static
static const std::regex TruePattern ( "^\\s*(true|[0-9]*[1-9][0-9]*)\\s*(?:#.*)?$"  )
static
static const std::regex UnsignedPattern ( "^\\s*([0-9]+)\\s*(?:#.*)?$"  )
static


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48