Simple Application Framework
1
|
String class implementation.
#include <string.h>
#include "../Mem/Alloc.h"
#include "../Algo/Selection/MinMax.h"
#include "../Type/Limits.h"
#include "../OutOfMemoryException.h"
#include "../OverflowException.h"
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Text |
Classes related to text storing and processing. |
String class implementation.