DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
How To Group Some Member Functions And/or Vars
// how to group some member functions and/or vars
/** @name One example group
*
*/
//{@
void function_example();
int example;
//@}





