mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-07 05:39:01 +00:00
Adding filters
This commit is contained in:
@@ -39,6 +39,8 @@ namespace ComSquare::Memory
|
||||
bool isMirror() override;
|
||||
//! @brief Get the name of this accessor (used for debug purpose)
|
||||
std::string getName() override;
|
||||
//! @brief Get the component of this accessor (used for debug purpose)
|
||||
Component getComponent() override;
|
||||
//! @brief Return the memory accessor this accessor mirror if any
|
||||
//! @return nullptr if isMirror is false, the source otherwise.
|
||||
std::shared_ptr<AMemory> getMirrored() override;
|
||||
|
||||
Reference in New Issue
Block a user