System::PrintTo método

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

Escribe el valor representado por el objeto especificado en el flujo de salida especificado.

void System::PrintTo(const Decimal &d, ::std::ostream *os)
ParámetroTipoDescripción
dconst Decimal&El objeto Decimal a imprimir en el flujo
os::std::ostream *El flujo al que imprimir el objeto especificado

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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)

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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)

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime una cadena al ostream. Usado mayormente para depuración.

void System::PrintTo(const System::String &value, std::ostream *os)
ParámetroTipoDescripción
valorconst System::String&para imprimir.
osstd::ostream *ostream objetivo.

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también

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

Imprime el valor en ostream. Principalmente usado para depuración.

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

Ver también