Classes | |
| class | Array |
| class | Association |
| This class represents key - value relation betwen two Objects. More... | |
| class | Boolean |
| Bool type wrapper. More... | |
| class | ByteArray |
| class | ByteCharacterEncoder |
| class | ByteStreamEncoder |
| class | ByteString |
| ByteString is String holder implementor. More... | |
| class | Callback |
| Callback is wrapper of any non-static method and its receiving object with possibility to execute the method repeatedly. More... | |
| class | Callback< void > |
| class | Callback0 |
| class | Callback1 |
| class | Character |
| Char type wrapper. More... | |
| class | CharacterArray |
| CharacterArray is string implementor which stores pure Characters in an Array. More... | |
| class | CharacterEncoder |
| class | Collection |
| class | CollectionIterator |
| class | Date |
| class | Dictionary |
| class | EncodedStream |
| class | EncodedStreamFactory |
| class | Error |
| class | ExternalEncodedStreamFactory |
| class | ExternalReadAppendStream |
| class | ExternalReadStream |
| class | ExternalStream |
| class | ExternalWriteStream |
| class | FileAccessor |
| class | FileOpenFailed |
| class | GenericException |
| This is basic class of all exceptions and errors. More... | |
| class | IncompleteNextCountError |
| class | Integer |
| This class represents small integers, ie. More... | |
| class | InternalEncodedStreamFactory |
| class | InternalStream |
| class | IOAccessor |
| class | IOBuffer |
| class | Iterator |
| class | KeysAndValuesIterator |
| class | KeyNotFoundError |
| class | LineEndConvertor |
| class | Locale |
| class | NotFoundError |
| class | Number |
| class | Object |
| This is the main class of the library. More... | |
| class | OrderedCollection |
| class | OSError |
| class | PositionOutOfBoundsError |
| class | PositionableStream |
| class | ReadAppendStream |
| class | ReadStream |
| class | Real |
| This class represents a native double. More... | |
| class | SearchTreeNode |
| class | SequenceableCollection |
| class | Set |
| class | SubscriptOutOfBoundsError |
| class | Stream |
| class | StreamDecorator |
| StreamDecorator is an abstract superclass for all classes that change any stream aspect eg. More... | |
| class | StreamEncoder |
| class | String |
| String is an abstract representation of textual string. More... | |
| class | StringImpl |
| StringImpl is base class for concrete string implementors. More... | |
| class | Time |
| class | Timestamp |
| class | TwoByteString |
| StringImpl is base class for concrete string implementors. More... | |
| class | UCS2StreamEncoder |
| class | UTF8StreamEncoder |
| class | ValueNotFoundError |
| class | Visitor |
| class | WriteStream |
Enumerations | |
| enum | LineEndConvention { LineEndLF, LineEndCR, LineEndCRLF, LineEndTransparent } |
You can find collections, streams, exceptions and basic type wrappers here.
Core namespace is globally accessible so you don't need to declare the usage. (With using namespace Core.)
|
|
Definition at line 29 of file LineEndConvention.h. 00029 {
00030 LineEndLF, LineEndCR, LineEndCRLF, LineEndTransparent
00031 };
|
1.4.2