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