YPC
0.2.0
|
Public Member Functions | |
ntobject_file (const std::string &file_path) | |
NtObjTy & | data () |
const NtObjTy & | data () const |
void | read_from () |
void | write_to () |
![]() | |
ntobject_file_base (const std::string &file_path) | |
cast_obj_to_package< NtObjTy >::type & | data () |
const cast_obj_to_package< NtObjTy >::type & | data () const |
void | read_from () |
void | write_to () |
Protected Attributes | |
NtObjTy | m_local_data |
![]() | |
cast_obj_to_package< NtObjTy >::type | m_sfm_data |
std::string | m_path |