|
Rosetta
|
#include <file.h>

Public Types | |
| enum class | Kind { none , input , output } |
Public Member Functions | |
| FileID (Kind kind, QString name) | |
| bool | operator== (FileID const &r) const |
| bool | operator!= (FileID const &r) const |
Public Attributes | |
| Kind | kind_ = Kind::none |
| QString | name_ |
Generic container that represent abstract chunk of data that will be stored as file on back-end. Derive new classes from it if you need to create new types of Node while re-use serialization routines
|
strong |
|
inlineexplicit |
|
inline |
References create_a3b_hbs::r.
|
inline |
References kind_, name_, and create_a3b_hbs::r.
| Kind ui::task::FileID::kind_ = Kind::none |
| QString ui::task::FileID::name_ |