Next: Restrictions on struct derived
Up: Language Binding
Previous: Language Binding
Contents
Naming Conventions
All MPI classes belong to the package mpi.
Conventions for capitalization, etc, in class and member names
generally follow the recommendations of Sun's Java code conventions
[7].
Class names are in mixed case with the first letter of each internal
word capitalized. Method and ordinary variable names are in mixed
case, with the first letter lowercase. Constant variables are all
uppercase with words separated by underscores (``_'').
- Rationale. In general these conventions are consistent with the naming conventions
of the MPI 2.0 C++ standard. Notable exceptions include the
use of lower case for the first letters of method names,
and avoidance of underscore in variable names.(End of rationale.)
Bryan Carpenter
2002-07-12