Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CustomBlockIOInfos.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_LOGIC_CUSTOMBLOCKIOINFOS_HPP_
2#define IV_SRC_LOGIC_CUSTOMBLOCKIOINFOS_HPP_
3
4#include "core/types.hpp"
6
7#include <map>
8#include <memory>
9
10namespace iv::logic
11{
12
14{
15 // upper/lowercase distinction
16 std::map<iv::types::logic::libraryIOId, std::shared_ptr<iv::logic::LogicLibraryIOInfo>> m_mapLibraryInInfos;
17 std::map<iv::types::logic::libraryIOId, std::shared_ptr<iv::logic::LogicLibraryIOInfo>> m_mapLibraryOutInfos;
18};
19
20}// namespace iv::logic
21
22#endif//IV_SRC_LOGIC_CUSTOMBLOCKIOINFOS_HPP_
Definition LogicRectangle.cpp:4
Definition CustomBlockIOInfos.hpp:14
std::map< iv::types::logic::libraryIOId, std::shared_ptr< iv::logic::LogicLibraryIOInfo > > m_mapLibraryOutInfos
Definition CustomBlockIOInfos.hpp:17
std::map< iv::types::logic::libraryIOId, std::shared_ptr< iv::logic::LogicLibraryIOInfo > > m_mapLibraryInInfos
Definition CustomBlockIOInfos.hpp:16