System::PrintTo method

System::PrintTo(const Decimal&, ::std::ostream *) method

Schrijft de waarde die wordt weergegeven door het opgegeven object naar de opgegeven outputstream.

void System::PrintTo(const Decimal &d, ::std::ostream *os)
ParameterTypeBeschrijving
dconst Decimal&Het Decimal object om naar de stream te printen
os::std::ostream *De stream om het opgegeven object te printen.

Zie ook

System::PrintTo(const Details_Exception&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(const Details_Exception &exception, std::ostream *stream)

Zie ook

System::PrintTo(const ExceptionWrapper<T>&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

template<typename T> void System::PrintTo(const ExceptionWrapper<T> &exception_wrapper, std::ostream *stream)

Zie ook

System::PrintTo(const Guid&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(const Guid &value, std::ostream *stream)

Zie ook

System::PrintTo(const Nullable<T>&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

template<typename T> void System::PrintTo(const Nullable<T> &value, std::ostream *stream)

Zie ook

System::PrintTo(const SmartPtr<T>&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

template<typename T> std::enable_if_t<detail::has_print_to_function<T>::value, void> System::PrintTo(const SmartPtr<T> &object_ptr, std::ostream *stream)

Zie ook

System::PrintTo(const SmartPtr<T>&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

template<typename T> std::enable_if_t<!detail::has_print_to_function<T>::value, void> System::PrintTo(const SmartPtr<T> &object_ptr, std::ostream *stream)

Zie ook

System::PrintTo(const System::Object&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(const System::Object &value, std::ostream *stream)

Zie ook

System::PrintTo(const System::String&, std::ostream *) method

Printt string naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(const System::String &value, std::ostream *os)
ParameterTypeBeschrijving
valueconst System::String&om te printen.
osstd::ostream *doel ostream.

Zie ook

System::PrintTo(const WeakPtr<T>&, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

template<typename T> void System::PrintTo(const WeakPtr<T> &object_ptr, std::ostream *stream)

Zie ook

System::PrintTo(DateTime, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(DateTime value, std::ostream *stream)

Zie ook

System::PrintTo(DateTimeOffset, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(DateTimeOffset value, std::ostream *stream)

Zie ook

System::PrintTo(TimeSpan, std::ostream *) method

Printt waarde naar ostream. Meestal gebruikt voor debug.

void System::PrintTo(TimeSpan value, std::ostream *stream)

Zie ook