Static Public Member Functions | |
template<class T > | |
static void | Write (const SharedPtr< T > &object) |
static ASPOSECPP_SHARED_API void | Write (bool value) |
static ASPOSECPP_SHARED_API void | Write (char_t value) |
static ASPOSECPP_SHARED_API void | Write (const ArrayPtr< char_t > &buffer) |
static ASPOSECPP_SHARED_API void | Write (const Decimal &value) |
static ASPOSECPP_SHARED_API void | Write (double value) |
static ASPOSECPP_SHARED_API void | Write (float value) |
static ASPOSECPP_SHARED_API void | Write (int32_t value) |
static ASPOSECPP_SHARED_API void | Write (int64_t value) |
static ASPOSECPP_SHARED_API void | Write (const String &value) |
static ASPOSECPP_SHARED_API void | Write (const char_t *value) |
static ASPOSECPP_SHARED_API void | Write (const TypeInfo &value) |
static ASPOSECPP_SHARED_API void | Write (uint32_t value) |
static ASPOSECPP_SHARED_API void | Write (uint64_t value) |
static ASPOSECPP_SHARED_API void | Write (const ArrayPtr< char_t > &buffer, int32_t index, int32_t count) |
template<class... Args> | |
static void | Write (const String &format, Args &&... args) |
static ASPOSECPP_SHARED_API void | WriteLine () |
Outputs the current line terminator to the standard output stream. More... | |
template<class T > | |
static void | WriteLine (const SharedPtr< T > &object) |
static ASPOSECPP_SHARED_API void | WriteLine (bool value) |
static ASPOSECPP_SHARED_API void | WriteLine (char_t value) |
static ASPOSECPP_SHARED_API void | WriteLine (const ArrayPtr< char_t > &buffer) |
static ASPOSECPP_SHARED_API void | WriteLine (const Decimal &value) |
static ASPOSECPP_SHARED_API void | WriteLine (double value) |
static ASPOSECPP_SHARED_API void | WriteLine (float value) |
static ASPOSECPP_SHARED_API void | WriteLine (int32_t value) |
static ASPOSECPP_SHARED_API void | WriteLine (int64_t value) |
static ASPOSECPP_SHARED_API void | WriteLine (const String &value) |
static ASPOSECPP_SHARED_API void | WriteLine (const char_t *value) |
static ASPOSECPP_SHARED_API void | WriteLine (const TypeInfo &value) |
static ASPOSECPP_SHARED_API void | WriteLine (uint32_t value) |
static ASPOSECPP_SHARED_API void | WriteLine (uint64_t value) |
static ASPOSECPP_SHARED_API void | WriteLine (const ArrayPtr< char_t > &buffer, int index, int count) |
static ASPOSECPP_SHARED_API void | WriteLine (const Exception &e) |
template<class... Args> | |
static void | WriteLine (const String &format, Args &&... args) |
static void | Write (const char *)=delete |
static void | WriteLine (const char *)=delete |
static void | Beep () |
static ASPOSECPP_SHARED_API SharedPtr< System::IO::TextWriter > & | get_Out () |
Returns a shared pointer pointing to the object that represents the standard output stream. More... | |
static ASPOSECPP_SHARED_API SharedPtr< System::IO::TextWriter > & | get_Error () |
Returns a shared pointer pointing to the object that represents the standard error stream. More... | |
static ASPOSECPP_SHARED_API SharedPtr< System::IO::TextReader > & | get_In () |
Returns a shared pointer pointing to the object that represents the standard input stream. More... | |
static ASPOSECPP_SHARED_API void | SetOut (const SharedPtr< System::IO::TextWriter > &value) |
static ASPOSECPP_SHARED_API void | SetError (const SharedPtr< System::IO::TextWriter > &value) |
static ASPOSECPP_SHARED_API void | SetIn (const SharedPtr< System::IO::TextReader > &value) |
static ASPOSECPP_SHARED_API void | Mute (bool muted) |
static ASPOSECPP_SHARED_API void | ReadKey () |
NOT IMPLEMENTED. More... | |
Provides methods for outputting data to the standard output stream. This is a static type with no instance services. You should never create instances of it by any means.
|
inlinestatic |
NOT IMPLEMENTED.
NotImplementedException | Always |
|
static |
Returns a shared pointer pointing to the object that represents the standard error stream.
|
static |
Returns a shared pointer pointing to the object that represents the standard input stream.
|
static |
Returns a shared pointer pointing to the object that represents the standard output stream.
|
static |
Mutes or unmutes the standard output stream.
muted | Specifies if the standard output stream should be muted (true) or unmuted (false) |
|
static |
NOT IMPLEMENTED.
|
static |
Assigns the specified object to the class' Error property.
value | The TextWrite object to assign to the Error property |
|
static |
Sets the In property to the specified TextReader object.
value | The TextReader object to assign to the In property |
|
static |
Assigns the specified object to the class' Out property.
value | The TextWrite object to assign to the Out property |
|
inlinestatic |
Outputs the string representation of the specified object to the standard output stream.
object | Object to output |
T | Type of the object to output |
|
static |
Outputs the string representation of bool value to the standard output stream.
value | The value to output |
|
static |
Outputs the specified character value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of the specified character array to the standard output stream.
buffer | The array to output |
|
static |
Outputs the string representation of Decimal value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of double-precision floating-point value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of single-precision floating-point value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of 32-bit integer value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of 64-bit integer value to the standard output stream.
value | The value to output |
|
static |
Outputs the specified string object to the standard output stream.
value | The string object to output |
|
static |
Outputs the specified c-string to the standard output stream.
value | The c-string to output |
|
static |
Outputs the string representation of TypeInfo value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of unsigned 32-bit integer value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of unsigned 64-bit integer value to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of the specified range of the specified character array to the standard output stream.
buffer | The character array |
index | The index in the array at which the range to output begins |
count | The number of elements in the range to output |
|
inlinestatic |
Outputs the string representation of the specified arguments formatted according to the specified format to the standard output stream.
format | The string format |
args | The values to output |
The | types of the values to output |
|
staticdelete |
|
static |
Outputs the current line terminator to the standard output stream.
|
inlinestatic |
Outputs the string representation of the specified object followed by the current line terminator to the standard output stream.
object | Object to output |
T | Type of the object to output |
|
static |
Outputs the string representation of bool value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the specified character value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of the specified character array followed by the current line terminator to the standard output stream.
buffer | The array to output |
|
static |
Outputs the string representation of Decimal value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of double-precision floating-point value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of single-precision floating-point value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of 32-bit integer value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of 64-bit integer value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the specified string object followed by the current line terminator to the standard output stream.
value | The string object to output |
|
static |
Outputs the specified c-string followed by the current line terminator to the standard output stream.
value | The c-string to output |
|
static |
Outputs the string representation of TypeInfo value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of unsigned 32-bit integer value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of unsigned 64-bit integer value followed by the current line terminator to the standard output stream.
value | The value to output |
|
static |
Outputs the string representation of the specified range of the specified character array followed by the current line terminator to the standard output stream.
buffer | The character array |
index | The index in the array at which the range to output begins |
count | The number of elements in the range to output |
|
static |
Outputs the string representation of the specified Exception object followed by the current line terminator to the standard output stream.
e | The value to output |
|
inlinestatic |
Outputs the string representation of the specified arguments formatted according to the specified format followed by the current line terminator to the standard output stream.
format | The string format |
args | The values to output |
The | types of the values to output |
|
staticdelete |