File tree 1 file changed +6
-1
lines changed
include/ignition/gazebo/detail
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,12 @@ using ComponentTypeKey = std::set<ComponentTypeId>;
45
45
// / use a cache to improve performance. The assumption is that entities
46
46
// / and the types of components assigned to entities change infrequently
47
47
// / compared to the frequency of queries performed by systems.
48
- class IGNITION_GAZEBO_HIDDEN View
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
49
54
{
50
55
// / Get a pointer to a component for an entity based on a component type.
51
56
// / \param[in] _entity The entity.
You can’t perform that action at this time.
0 commit comments