Skip to content
Snippets Groups Projects
Commit cac1d5b8 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Make graph::Node::contains const

parent c306487b
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ namespace hpp { ...@@ -58,7 +58,7 @@ namespace hpp {
/// \note You should not use this method to know in which states a /// \note You should not use this method to know in which states a
/// configuration is. This only checks if the configuration satisfies /// configuration is. This only checks if the configuration satisfies
/// the constraints. Instead, use the class NodeSelector. /// the constraints. Instead, use the class NodeSelector.
virtual bool contains (ConfigurationIn_t config); virtual bool contains (ConfigurationIn_t config) const;
/// Get the parent NodeSelector. /// Get the parent NodeSelector.
NodeSelectorWkPtr_t nodeSelector () const NodeSelectorWkPtr_t nodeSelector () const
......
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