#include <yocto_files.h>
Public Member Functions | |
virtual int | get_crc (void) |
virtual string | get_name (void) |
virtual int | get_size (void) |
YFileRecord (const string &json) | |
Private Attributes | |
int | _crc |
string | _name |
int | _size |
YFileRecord Class: Description of a file on the device filesystem
Definition at line 68 of file yocto_files.h.
YFileRecord::YFileRecord | ( | const string & | json | ) |
Definition at line 51 of file yocto_files.cpp.
|
virtual |
Definition at line 105 of file yocto_files.cpp.
|
virtual |
Definition at line 95 of file yocto_files.cpp.
|
virtual |
Definition at line 100 of file yocto_files.cpp.
|
private |
Definition at line 77 of file yocto_files.h.
|
private |
Definition at line 75 of file yocto_files.h.
|
private |
Definition at line 76 of file yocto_files.h.