Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <LogicLibraryInfo.hpp>
Public Member Functions | |
SLibraryLogicBlock ()=default | |
SLibraryLogicBlock (SLibraryLogicBlock &&other)=default | |
SLibraryLogicBlock (const SLibraryLogicBlock &other) | |
~SLibraryLogicBlock ()=default | |
SLibraryLogicBlock & | operator= (const SLibraryLogicBlock &other) |
Public Attributes | |
iv::types::logic::logicExecutionOrder | m_executionOrder {0} |
std::string | m_blockName |
uint8_t | m_blockType {0} |
uint8_t | m_blockSubType {0} |
std::map< iv::logic::ParamId, SLibraryLogicBlockParam > | m_blockParams |
bool | m_isLibrary {false} |
std::unique_ptr< LogicLibraryInfo > | m_libraryInfo |
|
default |
|
default |
SLibraryLogicBlock::SLibraryLogicBlock | ( | const SLibraryLogicBlock & | other | ) |
|
default |
SLibraryLogicBlock & SLibraryLogicBlock::operator= | ( | const SLibraryLogicBlock & | other | ) |
std::string SLibraryLogicBlock::m_blockName |
std::map<iv::logic::ParamId, SLibraryLogicBlockParam> SLibraryLogicBlock::m_blockParams |
uint8_t SLibraryLogicBlock::m_blockSubType {0} |
uint8_t SLibraryLogicBlock::m_blockType {0} |
iv::types::logic::logicExecutionOrder SLibraryLogicBlock::m_executionOrder {0} |
bool SLibraryLogicBlock::m_isLibrary {false} |
std::unique_ptr<LogicLibraryInfo> SLibraryLogicBlock::m_libraryInfo |