NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
newlang::VariableShared Struct Reference

#include <variable.h>

Public Attributes

std::shared_ptr< Variabledata
 
std::shared_ptr< Syncsync
 Объект синхронизации доступа к защищённой переменной
 

Detailed Description

Структура для хранения данных ссылочной переменной в классе Variable

Definition at line 378 of file variable.h.

Member Data Documentation

◆ data

std::shared_ptr<Variable> newlang::VariableShared::data

Definition at line 379 of file variable.h.

◆ sync

std::shared_ptr<Sync> newlang::VariableShared::sync

Объект синхронизации доступа к защищённой переменной

Definition at line 380 of file variable.h.


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