Struct Ase::Resource
Description of a resource, possibly nested.
#include <api.hh>
Public Attributes
Type | Name |
---|---|
String | label UI display name. |
int64 | mtime = 0 Modification time in milliseconds. |
int64 | size = 0 Resource size. |
ResourceType | type = {} Resource classification. |
String | uri Unique resource identifier. |
Public Attributes Documentation
variable label
UI display name.
String Ase::Resource::label;
variable mtime
Modification time in milliseconds.
int64 Ase::Resource::mtime;
variable size
Resource size.
int64 Ase::Resource::size;
variable type
Resource classification.
ResourceType Ase::Resource::type;
variable uri
Unique resource identifier.
String Ase::Resource::uri;
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/api.hh