SO3Engine
|
#include <FlashValue.h>
Public Member Functions | |
Args () | |
Args (Args &v) | |
Args (const FlashValue &firstArg) | |
Args & | operator() (const FlashValue &newArg) |
This helper class can be used to quickly declare variable-length FlashValue arguments inline.
Syntax is:
Definition at line 200 of file FlashValue.h.
Args::Args | ( | ) |
Definition at line 191 of file FlashValue.cpp.
Args::Args | ( | Args & | v | ) |
Definition at line 195 of file FlashValue.cpp.
|
explicit |
Definition at line 200 of file FlashValue.cpp.
Args & Args::operator() | ( | const FlashValue & | newArg | ) |
Definition at line 204 of file FlashValue.cpp.