]> sigrok.org Git - libsigrokflow.git/commit - src/main.cpp
Avoid underscore prefix for private member variables.
authorUwe Hermann <redacted>
Wed, 9 Jan 2019 01:09:34 +0000 (02:09 +0100)
committerUwe Hermann <redacted>
Wed, 9 Jan 2019 01:09:34 +0000 (02:09 +0100)
commitb37c14d64f509db3cc95993316529099218dc09b
tree93638a4a2ce141daf6ca884db96d3d85bb20922d
parent31b3babdb6de8e5aa887049faf519d1fb4f9924a
Avoid underscore prefix for private member variables.

Names starting with underscore or containing two consecutive underscores
are reserved, so we should avoid using those.

Use the common convention of an underscore *suffix* instead.
include/libsigrokflow/libsigrokflow.hpp
src/main.cpp