Normalize namespaces |
Top Previous Next |
User interface > Translation options > Namespace options > Normalize namespaces If the option Create namespaces is activated, the option Normalize namespaces determines their notation. If the option is activated, the namespaces are written like the C++Builder does, that means the first letter of the identifier is capitalized and the rest of the letters are written in lower case. For example for the file:
System.SysUtils
the following namespace will be created:
namespace System {
namespace Sysutils {
If the normalize option is not activated the notation depends on list of identifiers. If the identifiers are defined there they are output accordingly. Otherwise the notations of the identifiers are determined by their first occurrence in the code or by the file name.
In contrast to the namespace, the file name will not be changed. E.g.
#include "System.SysUtils.h"
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |