Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ModernSmartHome Struct Reference

Public Member Functions

void log (const string &msg)
 

Public Attributes

bool lights_on = false
 
int temperature = 22
 
bool alarm_armed = false
 

Detailed Description

Definition at line 191 of file driven_table_example.C.

Member Function Documentation

◆ log()

void ModernSmartHome::log ( const string &  msg)
inline

Definition at line 197 of file driven_table_example.C.

References Aleph::maps().

Member Data Documentation

◆ alarm_armed

bool ModernSmartHome::alarm_armed = false

Definition at line 195 of file driven_table_example.C.

◆ lights_on

bool ModernSmartHome::lights_on = false

Definition at line 193 of file driven_table_example.C.

◆ temperature

int ModernSmartHome::temperature = 22

Definition at line 194 of file driven_table_example.C.


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