diff options
author | Mike Buland <eichlan@xagasoft.com> | 2019-05-25 00:19:04 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2019-05-25 00:19:04 -0700 |
commit | 00cef0e9a21e1ee07d622bb05c3a7e4e56425723 (patch) | |
tree | 334088b2827237b6bc19ba66f926f2e3d90d2e69 /src/unstable/textbuilder.h | |
parent | ffa9751b84ba615c8f6efbc6b88c9016d333f8d2 (diff) | |
download | libbu++-00cef0e9a21e1ee07d622bb05c3a7e4e56425723.tar.gz libbu++-00cef0e9a21e1ee07d622bb05c3a7e4e56425723.tar.bz2 libbu++-00cef0e9a21e1ee07d622bb05c3a7e4e56425723.tar.xz libbu++-00cef0e9a21e1ee07d622bb05c3a7e4e56425723.zip |
Started Bu::Text and Bu::Blob.
These will someday replace Bu::String and Bu::UtfString. The plan is to
support more encodings in the Text class than just Unicode, Blob and
Text will not be shared core, but the Builders will be, making Text and
Blob objects much safer in multi-threaded programs.
Diffstat (limited to '')
-rw-r--r-- | src/unstable/textbuilder.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unstable/textbuilder.h b/src/unstable/textbuilder.h new file mode 100644 index 0000000..73271f8 --- /dev/null +++ b/src/unstable/textbuilder.h | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
7 | |||
8 | |||