![]() ![]() ![]()
|
BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1 |
SFXProperty is the class that manages string pairs.
Although looks like the SFXHashmap class, multiple data can be duplicatedly made pairs with the same key and data are managed sequentially in the SFXProperty class.
Example 19.21. Set the elements
property.Set("unix", "??");
property.Append("macos", "CR");
property.Insert(1, "windows", "CRLF");
property.Set("unix", "LF");
property.Append("macos", "LF");
|
Copyright (C) 2002 - 2008 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|