Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cpp-skip-access-specifiers « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d4a9dbb9db5f91cc73a742d5d55faa63fcbe3fd (plain)
1
2
3
4
5
6
7
8
class RIGHT : public Baseclass
{
public:
protected:
private:
	void DoSomething();
	int ChangeMe;
};