Project

General

Profile

SO3Engine
Hikari::Args Class Reference

#include <FlashValue.h>

Inheritance diagram for Hikari::Args:

Public Member Functions

 Args ()
 
 Args (Args &v)
 
 Args (const FlashValue &firstArg)
 
Argsoperator() (const FlashValue &newArg)
 

Detailed Description

This helper class can be used to quickly declare variable-length FlashValue arguments inline.

Syntax is:

Args(x)(x)(x)(x)...

Definition at line 200 of file FlashValue.h.

Constructor & Destructor Documentation

◆ Args() [1/3]

Args::Args ( )

Definition at line 191 of file FlashValue.cpp.

◆ Args() [2/3]

Args::Args ( Args v)

Definition at line 195 of file FlashValue.cpp.

◆ Args() [3/3]

Args::Args ( const FlashValue firstArg)
explicit

Definition at line 200 of file FlashValue.cpp.

Member Function Documentation

◆ operator()()

Args & Args::operator() ( const FlashValue newArg)

Definition at line 204 of file FlashValue.cpp.


The documentation for this class was generated from the following files: