We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a3ea4 commit 6143d3eCopy full SHA for 6143d3e
include/ignition/gazebo/detail/View.hh
@@ -45,6 +45,11 @@ using ComponentTypeKey = std::set<ComponentTypeId>;
45
/// use a cache to improve performance. The assumption is that entities
46
/// and the types of components assigned to entities change infrequently
47
/// compared to the frequency of queries performed by systems.
48
+///
49
+/// Note that symbols for this class are visible because methods from this class
50
+/// are used in templated Ignition::Gazebo::EntityComponentManager methods.
51
+/// However, users should not use this class (or anything else in namespace
52
+/// ignition::gazebo::detail) directly.
53
class IGNITION_GAZEBO_VISIBLE View
54
{
55
/// Get a pointer to a component for an entity based on a component type.
0 commit comments