Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::BatchCommand Struct Reference

Public Member Functions

bool containsKey (const std::string &key) const
 Check if key is present in values.
 

Public Attributes

std::string type
 
std::vector< ParsedValuevalues
 
PropertyStore properties
 

Detailed Description

Definition at line 16 of file Batch.h.

Member Function Documentation

◆ containsKey()

bool Cogs::Core::BatchCommand::containsKey ( const std::string &  key) const
inline

Check if key is present in values.

Definition at line 24 of file Batch.h.

Member Data Documentation

◆ properties

PropertyStore Cogs::Core::BatchCommand::properties

Definition at line 21 of file Batch.h.

◆ type

std::string Cogs::Core::BatchCommand::type

Definition at line 18 of file Batch.h.

◆ values

std::vector<ParsedValue> Cogs::Core::BatchCommand::values

Definition at line 19 of file Batch.h.


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