RSeries astromech firmware
WString Class Reference

#include <wifi/WifiWebServer.h>

+ Inheritance diagram for WString:
+ Collaboration diagram for WString:

Public Member Functions

 WString (String(*getValue)(), void(*setValue)(String))
 
virtual bool getQuoteValue () override
 
virtual String get () override
 
virtual void set (String val) override
 

Protected Attributes

String(* fGetValue )()
 
void(* fSetValue )(String)
 

Constructor & Destructor Documentation

◆ WString()

WString::WString ( String(*)()  getValue,
void(*)(String)  setValue 
)
inline

Member Function Documentation

◆ get()

virtual String WString::get ( )
inlineoverridevirtual

Implements WValue.

◆ getQuoteValue()

virtual bool WString::getQuoteValue ( )
inlineoverridevirtual

Reimplemented from WValue.

◆ set()

virtual void WString::set ( String  val)
inlineoverridevirtual

Implements WValue.

Member Data Documentation

◆ fGetValue

String(* WString::fGetValue) ()
protected

◆ fSetValue

void(* WString::fSetValue) (String)
protected

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