System::PrintTo method
내용물
[
숨다
]System::PrintTo(const Decimal&, ::std::ostream *) method
지정된 객체가 나타내는 값을 지정된 출력 스트림에 씁니다.
void System::PrintTo(const Decimal &d, ::std::ostream *os)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| d | const Decimal& | 스트림에 출력할 Decimal 객체 |
| os | ::std::ostream * | 지정된 객체를 출력할 스트림 |
또 보기
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const Details_Exception&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(const Details_Exception &exception, std::ostream *stream)
또 보기
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const ExceptionWrapper<T>&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
template<typename T> void System::PrintTo(const ExceptionWrapper<T> &exception_wrapper, std::ostream *stream)
또 보기
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const Guid&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(const Guid &value, std::ostream *stream)
또 보기
- Class Guid
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const Nullable<T>&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
template<typename T> void System::PrintTo(const Nullable<T> &value, std::ostream *stream)
또 보기
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const SmartPtr<T>&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
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)
또 보기
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const SmartPtr<T>&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
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)
또 보기
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const System::Object&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(const System::Object &value, std::ostream *stream)
또 보기
- Class Object
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const System::String&, std::ostream *) method
문자열을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(const System::String &value, std::ostream *os)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const System::String& | 출력하기 위해. |
| os | std::ostream * | 대상 ostream. |
또 보기
- Class String
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(const WeakPtr<T>&, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
template<typename T> void System::PrintTo(const WeakPtr<T> &object_ptr, std::ostream *stream)
또 보기
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(DateTime, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(DateTime value, std::ostream *stream)
또 보기
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(DateTimeOffset, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(DateTimeOffset value, std::ostream *stream)
또 보기
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
System::PrintTo(TimeSpan, std::ostream *) method
값을 ostream에 출력합니다. 주로 디버그에 사용됩니다.
void System::PrintTo(TimeSpan value, std::ostream *stream)
또 보기
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++