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