frameInteract.hpp
Go to the documentation of this file.
1
2#pragma once
3
5
6namespace by {
7
9 BY(ME(frameInteract))
10
11 public:
18
19 private:
20 void _inFrame(const bicontainable* args);
21
22 private:
23 const frameInteractable* _it;
24 };
25}
Function call arguments container.
Definition: args.hpp:13
Definition: frameInteract.hpp:8
Interface for frame interaction.
Definition: frameInteractable.hpp:15
Template bidirectional container interface.
Definition: tbicontainable.hpp:17