Metodo System::PrintTo
System::PrintTo(const Decimal&, ::std::ostream *) method
Scrive il valore rappresentato dall’oggetto specificato nello stream di output specificato.
void System::PrintTo(const Decimal &d, ::std::ostream *os)
| Parametro | Tipo | Descrizione |
|---|---|---|
| d | const Decimal& | L’oggetto Decimal da stampare nello stream |
| os | ::std::ostream * | Lo stream su cui stampare l’oggetto specificato |
Vedi anche
- Class Decimal
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const Details_Exception&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
void System::PrintTo(const Details_Exception &exception, std::ostream *stream)
Vedi anche
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const ExceptionWrapper<T>&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
template<typename T> void System::PrintTo(const ExceptionWrapper<T> &exception_wrapper, std::ostream *stream)
Vedi anche
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const Guid&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
void System::PrintTo(const Guid &value, std::ostream *stream)
Vedi anche
- Class Guid
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const Nullable<T>&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
template<typename T> void System::PrintTo(const Nullable<T> &value, std::ostream *stream)
Vedi anche
- Class Nullable
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const SmartPtr<T>&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per 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)
Vedi anche
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const SmartPtr<T>&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per 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)
Vedi anche
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const System::Object&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
void System::PrintTo(const System::Object &value, std::ostream *stream)
Vedi anche
- Class Object
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const System::String&, std::ostream *) method
Stampa la stringa su ostream. Principalmente usato per debug.
void System::PrintTo(const System::String &value, std::ostream *os)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const System::String& | da stampare. |
| os | std::ostream * | ostream di destinazione. |
Vedi anche
- Class String
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(const WeakPtr<T>&, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
template<typename T> void System::PrintTo(const WeakPtr<T> &object_ptr, std::ostream *stream)
Vedi anche
- Class WeakPtr
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(DateTime, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
void System::PrintTo(DateTime value, std::ostream *stream)
Vedi anche
- Class DateTime
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(DateTimeOffset, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
void System::PrintTo(DateTimeOffset value, std::ostream *stream)
Vedi anche
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
System::PrintTo(TimeSpan, std::ostream *) method
Stampa il valore su ostream. Principalmente usato per debug.
void System::PrintTo(TimeSpan value, std::ostream *stream)
Vedi anche
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++