FastLED 3.9.15
|
#include "istream.h"
#include "fl/math.h"
#include "fl/compiler_control.h"
#include "fl/math_macros.h"
Go to the source code of this file.
Namespaces | |
namespace | fl |
IMPORTANT! | |
namespace | fl::anonymous_namespace{istream.cpp} |
Functions | |
istream_real & | fl::cin_real () |
bool | fl::anonymous_namespace{istream.cpp}::isDigit (char c) |
bool | fl::anonymous_namespace{istream.cpp}::isSpace (char c) |
bool | fl::anonymous_namespace{istream.cpp}::parse_i32 (const char *str, fl::i32 &result) |
bool | fl::anonymous_namespace{istream.cpp}::parse_u32 (const char *str, fl::u32 &result) |
Variables | |
FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS istream | fl::cin |