A lot of C++ code uses syntactical conventions for marking up member variables. Common examples include
Those conventions are just that. Most shops use code conventions to ease code readability so anyone can easily look at a piece of code and quickly decipher between things such as public and private members.