flexiblemarshal ~master (2016-04-16T06:33:59Z)
Home
Dub
Repo
ITextDemarshalerStorageStrategy
libs
marshal
text_demarshaller
Undocumented in source.
package
interface
ITextDemarshalerStorageStrategy {
string
GetBuffer
();
void
SetText
(const(char)[] dat);
void
Expect
(string text);
int
ChompWhitespace
();
void
ReadValAndExpect
(T val, string expect);
void
SetNewLineString
(string value);
}
Members
Functions
ChompWhitespace
int
ChompWhitespace
()
Undocumented in source.
Expect
void
Expect
(string text)
Undocumented in source.
GetBuffer
string
GetBuffer
()
Undocumented in source.
ReadValAndExpect
void
ReadValAndExpect
(T val, string expect)
Undocumented in source.
SetNewLineString
void
SetNewLineString
(string value)
Undocumented in source.
SetText
void
SetText
(const(char)[] dat)
Undocumented in source.
Meta
Source
See Implementation
libs
marshal
text_demarshaller
classes
InvalidFormattingException
TextDemarshallerStorageStrategy
interfaces
ITextDemarshalerStorageStrategy