طريقة System::operator<<
System::operator«(std::ostream&, const String&) method
تُخرج سلسلة إلى تدفق الإخراج باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &os, const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| os | std::ostream& | كائن تدفق إخراج (إنشاء basic_ostream مع char). |
| str | const String& | سلسلة لإرسالها إلى تدفق الإخراج. |
ReturnValue
تدفق إخراج أضيفت إليه السلسلة.
انظر أيضًا
- Class String
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Decimal&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const Decimal &decimal)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| decimal | const Decimal& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Exception&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const Exception &exception)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| exception | const Exception& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Typedef Exception
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Guid&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const Guid &guid)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| guid | const Guid& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Guid
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Nullable<T>&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
template<typename T> std::ostream & System::operator<<(std::ostream &stream, const Nullable<T> &value)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| value | const Nullable<T>& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const OperatingSystem&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const OperatingSystem &os)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| os | const OperatingSystem& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class OperatingSystem
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const SharedPtr<T>&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
template<typename T> std::ostream & System::operator<<(std::ostream &stream, const SharedPtr<T> &object_ptr)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| object_ptr | const SharedPtr<T>& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Typedef SharedPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const System::Object&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const System::Object &object)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| object | const System::Object& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Object
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const TypeInfo&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const TypeInfo &type_info)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| type_info | const TypeInfo& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const Version&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, const Version &version)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| version | const Version& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Version
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, const WeakPtr<T>&) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
template<typename T> std::ostream & System::operator<<(std::ostream &stream, const WeakPtr<T> &object_ptr)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| object_ptr | const WeakPtr<T>& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, DateTime) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, DateTime date_time)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| date_time | DateTime | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, DateTimeOffset) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, DateTimeOffset value)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| value | DateTimeOffset | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::ostream&, TimeSpan) method
أدخل البيانات إلى الدفق باستخدام ترميز UTF-8.
std::ostream & System::operator<<(std::ostream &stream, TimeSpan time_span)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق الإخراج لإدخال البيانات إليه. |
| time_span | TimeSpan | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const String&) method
تُخرج سلسلة إلى تدفق الإخراج.
std::wostream & System::operator<<(std::wostream &os, const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| os | std::wostream& | كائن تدفق إخراج (إنشاء basic_ostream مع wchar_t). |
| str | const String& | سلسلة لإرسالها إلى تدفق الإخراج. |
ReturnValue
تدفق إخراج أضيفت إليه السلسلة.
انظر أيضًا
- Class String
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Decimal&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const Decimal &decimal)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| decimal | const Decimal& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Exception&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const Exception &exception)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| exception | const Exception& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Typedef Exception
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Guid&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const Guid &guid)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| guid | const Guid& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Guid
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Nullable<T>&) method
أدخل البيانات إلى الدفق.
template<typename T> std::wostream & System::operator<<(std::wostream &stream, const Nullable<T> &value)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| value | const Nullable<T>& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Nullable
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const OperatingSystem&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const OperatingSystem &os)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| os | const OperatingSystem& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class OperatingSystem
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const SharedPtr<T>&) method
أدخل البيانات إلى الدفق.
template<typename T> std::wostream & System::operator<<(std::wostream &stream, const SharedPtr<T> &object_ptr)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| object_ptr | const SharedPtr<T>& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Typedef SharedPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const System::Object&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const System::Object &object)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| object | const System::Object& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Object
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const TypeInfo&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const TypeInfo &type_info)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| type_info | const TypeInfo& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const Version&) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, const Version &version)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| version | const Version& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Version
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, const WeakPtr<T>&) method
أدخل البيانات إلى الدفق.
template<typename T> std::wostream & System::operator<<(std::wostream &stream, const WeakPtr<T> &object_ptr)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| object_ptr | const WeakPtr<T>& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class WeakPtr
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, DateTime) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, DateTime date_time)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| date_time | DateTime | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, DateTimeOffset) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, DateTimeOffset value)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| value | DateTimeOffset | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
System::operator«(std::wostream&, TimeSpan) method
أدخل البيانات إلى الدفق.
std::wostream & System::operator<<(std::wostream &stream, TimeSpan time_span)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق الإخراج لإدخال البيانات إليه. |
| time_span | TimeSpan | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
title: طريقة System::operator» linktitle: operator» العنوان_الثاني: Aspose.Page for C++ description: ‘طريقة System::operator». يحصل على سلسلة من تدفق الإدخال باستخدام ترميز UTF-8 في C++.’ النوع: docs الوزن: 35100 url: /cpp/system/operator__/
System::operator»(std::istream&, String&) method
يحصل على سلسلة من تدفق الإدخال باستخدام ترميز UTF-8.
std::istream & System::operator>>(std::istream &in, String &str)
| Parameter | Type | الوصف |
|---|---|---|
| في | std::istream& | كائن تدفق إدخال (إنشاء basic_ostream مع char). |
| str | String& | سلسلة للقراءة من تدفق الإدخال. |
ReturnValue
تدفق إدخال استُخرجت منه السلسلة.
انظر أيضًا
- Class String
- Namespace System
- Library Aspose.Page for C++
System::operator»(std::wistream&, String&) method
يحصل على سلسلة من تدفق الإدخال.
std::wistream & System::operator>>(std::wistream &in, String &str)
| Parameter | Type | الوصف |
|---|---|---|
| في | std::wistream& | كائن تدفق إدخال (إنشاء basic_ostream مع wchar_t). |
| str | String& | سلسلة للقراءة من تدفق الإدخال. |
ReturnValue
تدفق إدخال استُخرجت منه السلسلة.
انظر أيضًا
- Class String
- Namespace System
- Library Aspose.Page for C++