Skip to content
Snippets Groups Projects
Commit 64ddf9c6 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent a209537b
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21413 skipped
...@@ -103,9 +103,9 @@ class NodeStateBlocks : public NodeBase, public std::enable_shared_from_this<Nod ...@@ -103,9 +103,9 @@ class NodeStateBlocks : public NodeBase, public std::enable_shared_from_this<Nod
virtual void removeStateBlock(const char& _sb_key); virtual void removeStateBlock(const char& _sb_key);
public: public:
bool hasStateBlock(const StateBlockConstPtr& _sb) const; bool hasStateBlock(const StateBlockConstPtr& _sb) const;
bool setStateBlock(const char _sb_key, const StateBlockPtr& _sb); bool setStateBlock(const char _sb_key, const StateBlockPtr& _sb);
bool stateBlockKey(const StateBlockConstPtr& _sb, char& _key) const; bool stateBlockKey(const StateBlockConstPtr& _sb, char& _key) const;
virtual StateBlockConstPtr getStateBlock(const char& _sb_key) const; virtual StateBlockConstPtr getStateBlock(const char& _sb_key) const;
virtual StateBlockPtr getStateBlock(const char& _sb_key); virtual StateBlockPtr getStateBlock(const char& _sb_key);
......
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