![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Supporting queries for session contents. More...
Go to the source code of this file.
Supporting queries for session contents.
WIP-WIP as of 6/10
Idea is to collect here various bits required to issue queries and retrieve specific session contents, allowing to keep the main session.hpp more lightweight.
Definition in file session-query.hpp.
#include "steam/mobject/session.hpp"#include "steam/mobject/placement.hpp"#include "steam/mobject/session/fork.hpp"#include <functional>Namespaces | |
| namespace | steam |
| Steam-Layer implementation namespace root. | |
| namespace | steam::mobject |
| Media-Objects, edit operations and high-level session. | |
| namespace | steam::mobject::session |
| Namespace of Session and user visible high-level objects. | |
Functions | |
| function< bool(Placement< Fork > const &)> | match_specificFork (string const &forkID) |
| yield a query predicate to pick a specific fork | |