TextDemarshallerStorageStrategy

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string data)
Undocumented in source.

Members

Functions

ChompWhitespace
int ChompWhitespace()
Undocumented in source. Be warned that the author may not have intended to support it.
Expect
void Expect(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
GetBuffer
string GetBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
ReadValAndExpect
void ReadValAndExpect(T val, string expect)
Undocumented in source. Be warned that the author may not have intended to support it.
SetNewLineString
void SetNewLineString(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
SetText
void SetText(const(char)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ITextDemarshalerStorageStrategy

GetBuffer
string GetBuffer()
Undocumented in source.
SetText
void SetText(const(char)[] dat)
Undocumented in source.
Expect
void Expect(string text)
Undocumented in source.
ChompWhitespace
int ChompWhitespace()
Undocumented in source.
ReadValAndExpect
void ReadValAndExpect(T val, string expect)
Undocumented in source.
SetNewLineString
void SetNewLineString(string value)
Undocumented in source.

Meta