Skip to content
Snippets Groups Projects
Commit 61660f31 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add forward declarations

parent 6cf5a48a
No related branches found
No related tags found
1 merge request!188ArMem Updates
...@@ -154,6 +154,7 @@ set(LIB_HEADERS ...@@ -154,6 +154,7 @@ set(LIB_HEADERS
core/wm/visitor/FunctionalVisitor.h core/wm/visitor/FunctionalVisitor.h
client.h client.h
client/forward_declarations.h
client/ComponentPlugin.h client/ComponentPlugin.h
client/MemoryNameSystem.h client/MemoryNameSystem.h
client/MemoryNameSystemComponentPlugin.h client/MemoryNameSystemComponentPlugin.h
......
#pragma once
// #include <RobotAPI/libraries/armem/core/forward_declarations.h>
namespace armarx::armem::client::query
{
class Builder;
}
namespace armarx::armem::client
{
class ComponentPluginUser;
class MemoryNameSystem;
class Reader;
class Writer;
using QueryBuilder = query::Builder;
struct QueryInput;
struct QueryResult;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment