예제 #1
0
파일: foo.cpp 프로젝트: bithium/qibuild
int public_method()
{
  return private_method();
}
예제 #2
0
 void public_method(){
     private_method();
 }