Public Member Functions | |
DiscretePropFile (std::unique_ptr< Property > &prop, int mode) | |
int | getattr (struct stat *buf) |
int | poll (struct fuse_file_info &fi, poll_handle_type &ph, unsigned *reventsp) |
int | open (struct fuse_file_info &fi) |
int | release (struct fuse_file_info &fi) |
void | notify () |
![]() | |
ContinuousPropFile (std::unique_ptr< Property > &prop, int mode) | |
int | open (struct fuse_file_info &fi) |
int | release (struct fuse_file_info &fi) |
int | read (char *buf, size_t size, off_t offset, struct fuse_file_info &fi) |
int | write (const char *src, size_t size, off_t offset, struct fuse_file_info &fi) |
size_t | size () const |
int | poll (struct fuse_file_info &fi, poll_handle_type &ph, unsigned *reventsp) |
int | getattr (struct stat *buf) |
Additional Inherited Members | |
![]() | |
typedef DefaultFile < ContinuousPropFile, StateFsHandle, cor::Mutex > | base_type |
![]() | |
void(* | on_changed )(struct statefs_slot *, struct statefs_property *) |
![]() | |
intptr_t | handle (struct fuse_file_info &fi) const |
![]() | |
std::unique_ptr< Property > | prop_ |