Constructor System::IO::BasicSystemIOStreamBuf::BasicSystemIOStreamBuf
Contenido
[
Ocultar
]BasicSystemIOStreamBuf::BasicSystemIOStreamBuf() constructor
Construye una nueva instancia de BasicSystemIOStreamBuf.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf()
Ver también
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf&&) constructor
Constructor de movimiento.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(BasicSystemIOStreamBuf &&right) noexcept
| Parámetro | Tipo | Descripción |
|---|---|---|
| right | BasicSystemIOStreamBuf&& | Object para ser movido |
Ver también
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf&) constructor
Constructor de copia. Eliminado.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const BasicSystemIOStreamBuf &)=delete
Ver también
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++
BasicSystemIOStreamBuf::BasicSystemIOStreamBuf(const SharedPtr<Stream>&, SystemIOStreamWrappingMode, const std::locale&) constructor
Construye una nueva instancia de BasicSystemIOStreamBuf.
System::IO::BasicSystemIOStreamBuf<Elem, Traits>::BasicSystemIOStreamBuf(const SharedPtr<Stream> &str, SystemIOStreamWrappingMode mode=SystemIOStreamWrappingMode::Binary, const std::locale &locale=std::locale())
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const SharedPtr<Stream>& | Puntero inteligente al flujo |
| modo | SystemIOStreamWrappingMode | Modo de envoltura |
| locale | const std::locale& | Configuración regional de Stream |
Ver también
- Typedef SharedPtr
- Class Stream
- Enum SystemIOStreamWrappingMode
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.PDF for C++