System::ConsoleOutput::Write 메서드
내용물
[
숨다
]ConsoleOutput::Write(bool) method
지정된 bool 값의 문자열 표현을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(bool value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | bool | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(char_t) method
지정된 문자 값을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(char_t value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | char_t | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const ArrayPtr<char_t>&) method
지정된 문자 배열의 문자열 표현을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(const ArrayPtr<char_t> &buffer) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버퍼 | const ArrayPtr<char_t>& | 출력할 배열 |
또 보기
- Typedef ArrayPtr
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const ArrayPtr<char_t>&, int32_t, int32_t) method
지정된 문자 배열의 값 범위에 대한 문자열 표현을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(const ArrayPtr<char_t> &buffer, int32_t index, int32_t count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버퍼 | const ArrayPtr<char_t>& | 출력할 값을 포함하는 배열 |
| index | int32_t | 출력할 요소 범위가 시작되는 인덱스 |
| count | int32_t | 출력할 요소 범위의 요소 개수 |
또 보기
- Typedef ArrayPtr
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const char *) method
void System::ConsoleOutput::Write(const char *)=delete
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const char_t *) method
지정된 C 문자열을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(const char_t *value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const char_t * | 출력할 C 문자열 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const SharedPtr<Object>&) method
지정된 객체의 문자열 표현을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(const SharedPtr<Object> &value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const SharedPtr<Object>& | 출력할 객체 |
또 보기
- Typedef SharedPtr
- Class Object
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const String&) method
지정된 문자열 객체를 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(const String &value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const String& | 출력할 문자열 객체 |
또 보기
- Class String
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(const TypeInfo&) method
지정된 TypeInfo 객체의 문자열 표현을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(const TypeInfo &value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const TypeInfo& | 출력할 TypeInfo 객체 |
또 보기
- Class TypeInfo
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(Decimal) method
Decimal 값의 문자열 표현을 현재 객체가 나타내는 출력 스트림에 출력합니다.
void System::ConsoleOutput::Write(Decimal value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | Decimal | 출력할 값 |
또 보기
- Class Decimal
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(double) method
현재 객체가 나타내는 출력 스트림에 배정밀도 부동소수점 값의 문자열 표현을 출력합니다.
void System::ConsoleOutput::Write(double value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | double | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(float) method
현재 객체가 나타내는 출력 스트림에 단정밀도 부동소수점 값의 문자열 표현을 출력합니다.
void System::ConsoleOutput::Write(float value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | float | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(int32_t) method
현재 객체가 나타내는 출력 스트림에 32비트 정수 값의 문자열 표현을 출력합니다.
void System::ConsoleOutput::Write(int32_t value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | int32_t | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(int64_t) method
현재 객체가 나타내는 출력 스트림에 64비트 정수 값의 문자열 표현을 출력합니다.
void System::ConsoleOutput::Write(int64_t value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | int64_t | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(uint32_t) method
현재 객체가 나타내는 출력 스트림에 부호 없는 32비트 정수 값의 문자열 표현을 출력합니다.
void System::ConsoleOutput::Write(uint32_t value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | uint32_t | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++
ConsoleOutput::Write(uint64_t) method
현재 객체가 나타내는 출력 스트림에 부호 없는 64비트 정수 값의 문자열 표현을 출력합니다.
void System::ConsoleOutput::Write(uint64_t value) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | uint64_t | 출력할 값 |
또 보기
- Class ConsoleOutput
- Namespace System
- Library Aspose.Page for C++