Definition at line 14 of file qname_persistence_handler.h.
Public Member Functions | |
| IT_EXPLICIT | QNamePersistenceHandler (const QName &qname) |
| IT_EXPLICIT | QNamePersistenceHandler (QName &qname) |
| ~QNamePersistenceHandler () | |
| void *& | writebuf () |
| void * | readbuf () |
| IT_ULong & | writebuflen () |
| IT_ULong | readbuflen () const |
| AllocFunc | allocator () |
| void | update_read_buffer_after_write () |
Private Member Functions | |
| void | qname_from_string () |
| void | qname_to_string () |
Private Attributes | |
| QName & | m_qname |
| String | m_qname_str |
| void * | m_buf |
| IT_ULong | m_size |
1.5.1-p1