CVR-Lib last update 20 Sep 2009

Naming Conventions in the CVR-Lib.

C++ Item Name convention
class, struct, union theClassName
inner type inner_type
public attribute publicAttribute
protected attribute protectedAttribute_
private attribute privateAttribute_
class method classMethod()
public method
to access inner attributes
getClassAttribute()
classAttribute()
public method
for complex computations
seekSomething()
searchSomething()
findSomething()
computeSomething()
generateSomething()
calculateSomething()
enum eEnumType
constant in enum ConstantInEnum
macro name _CVR_MACRO_NAME

Generated on Sun Sep 20 22:08:33 2009 for CVR-Lib by Doxygen 1.5.8