Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Hydra Core Library Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

1.2 Code Conventions

All Core library classes are in the namespace rwsf and therefore start with rwsf::, as in rwsf::Client.

Rogue Wave SourcePro C++ classes shipped with HydraSCA start with the letters RW, as in RWDateTime.

In some cases, we may refer to an instance of a class by an English name; for example, "the handler manager" instead of "the rwsf::HandlerManager instance." We do this to make it easier to read when the meaning should be clear from context, but we use the longer form if there is any ambiguity.

All function names begin with a lower case letter, with the first letter of subsequent words capitalized. Function names attempt to accurately describe what a function does. For example, rwsf::XmlUtils::stripWhiteSpaceAndNewlines() removes characters considered to be whitespace in XML.

Throughout the documentation, there are frequent references to self, which should be understood to mean *this.



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks and HydraSDO is a trademark of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.