Definition at line 11 of file persistent_string_map.h.
Public Member Functions | |
IT_EXPLICIT | StringPersistenceHandler (const IT_String &str) |
IT_EXPLICIT | StringPersistenceHandler (IT_String &str) |
~StringPersistenceHandler () | |
void *& | writebuf () |
void * | readbuf () |
IT_ULong & | writebuflen () |
IT_ULong | readbuflen () const |
AllocFunc | allocator () |
void | update_read_buffer_after_write () |
Private Attributes | |
IT_String & | m_t |
void * | m_p |
IT_ULong | m_sz |