<<<Index>>>

C++ Object


typename  object; // object name 
object.function1( x ); // print x 
object.function2( x ); // ...
<<<Index>>>