Silicon
A realtime platform for creating interactive media.
Si::RequestableItem Struct Reference

A convenience structure for representing required or optional items that can be requested. More...

#include <RequestableItem.hpp>

Collaboration diagram for Si::RequestableItem:

Public Attributes

std::string name
 The name of the item. More...
 
bool required = true
 Whether it is required. More...
 

Detailed Description

A convenience structure for representing required or optional items that can be requested.

Definition at line 43 of file RequestableItem.hpp.

Member Data Documentation

◆ name

std::string Si::RequestableItem::name

The name of the item.

Definition at line 47 of file RequestableItem.hpp.

◆ required

bool Si::RequestableItem::required = true

Whether it is required.

Definition at line 51 of file RequestableItem.hpp.


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