System::IO::BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper 생성자
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper&&) constructor
이동 생성자.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(BasicSystemIOStreamWrapper &&right) noexcept
| 매개변수 | 형식 | 설명 |
|---|---|---|
| right | BasicSystemIOStreamWrapper&& | Object 이동될 |
또 보기
- Class BasicSystemIOStreamWrapper
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper&) constructor
복사 생성자. 삭제됨.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(const BasicSystemIOStreamWrapper &)=delete
또 보기
- Class BasicSystemIOStreamWrapper
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSystemIOStreamWrapper::BasicSystemIOStreamWrapper(SharedPtr<Stream>, SystemIOStreamWrappingMode) constructor
새 인스턴스를 BasicSystemIOStreamWrapper으로 생성합니다.
System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::BasicSystemIOStreamWrapper(SharedPtr<Stream> str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | SharedPtr<Stream> | 스트림에 대한 포인터 |
| mode | SystemIOStreamWrappingMode | 래핑 모드 |
또 보기
- Typedef SharedPtr
- Class Stream
- Enum SystemIOStreamWrappingMode
- Class BasicSystemIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++