|
| memstream (char const *base, char *const end) |
| Constructor.
|
|
| memstream (char const *base, size_t size) |
| Constructor.
|
|
| membuf (const char *base, size_t size) |
| Constructor.
|
|
| membuf (const membuf &)=default |
| Copy constructor.
|
|
| membuf (membuf &&)=default |
| Move constructor.
|
|
membuf & | operator= (const membuf &)=default |
| Copy assignment operator.
|
|
membuf & | operator= (membuf &&)=default |
| Move assignment operator.
|
|
| ~membuf () override=default |
| Destructor.
|
|
◆ memstream() [1/2]
cmrc::memstream::memstream |
( |
char const * | base, |
|
|
char *const | end ) |
|
inline |
Constructor.
- Parameters
-
[in] | base | Pointer to the start of the memory block |
[in] | end | Pointer to the end of the memory block |
◆ memstream() [2/2]
cmrc::memstream::memstream |
( |
char const * | base, |
|
|
size_t | size ) |
|
inline |
Constructor.
- Parameters
-
[in] | base | Pointer to the start of the memory block |
[in] | size | Size of the memory block |
The documentation for this struct was generated from the following file:
- /home/runner/work/INSTINCT/INSTINCT/src/internal/CMakeRC.hpp