ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
#include <temporary.h>
Public Member Functions | |
temporary (size_t size) | |
Construct a temporary object, create our stack frame reference. More... | |
operator uint8_t * () const | |
size_t | size () const |
uint8_t * | operator* () const |
Access heap object through our temporary directly. More... | |
operator bool () const | |
bool | operator! () const |
void | release () |
size_t | read (FILE *fp) |
size_t | write (FILE *fp) |
size_t | seek (FILE *fp, long pos) |
size_t | read (fsys &fs) |
size_t | write (fsys &fs) |
~temporary () | |
Protected Attributes | |
uint8_t * | object |
size_t | used |
Private Member Functions | |
temporary (const temporary< uint8_t * > &) | |
Definition at line 273 of file temporary.h.
|
inlineprivate |
Definition at line 276 of file temporary.h.
|
inline |
Construct a temporary object, create our stack frame reference.
Definition at line 286 of file temporary.h.
|
inline |
Definition at line 351 of file temporary.h.
|
inline |
Definition at line 307 of file temporary.h.
|
inline |
Definition at line 291 of file temporary.h.
|
inline |
Definition at line 311 of file temporary.h.
|
inline |
Access heap object through our temporary directly.
Definition at line 303 of file temporary.h.
|
inline |
Definition at line 322 of file temporary.h.
|
inline |
Definition at line 337 of file temporary.h.
References ucommon::fsys::read(), and result().
|
inline |
Definition at line 315 of file temporary.h.
|
inline |
Definition at line 332 of file temporary.h.
|
inline |
Definition at line 295 of file temporary.h.
|
inline |
Definition at line 327 of file temporary.h.
|
inline |
Definition at line 344 of file temporary.h.
References result(), and ucommon::fsys::write().
|
protected |
Definition at line 279 of file temporary.h.
|
protected |
Definition at line 280 of file temporary.h.