载入中...
搜索中...
未找到
eve::filesystem 命名空间参考

命名空间

namespace  cppfs
 
namespace  physfs
 

class  File
 A File interface, providing generic means of reading from and writing to files. 更多...
 
class  FileData
 Data buffer paired with a filename (used for type identification). 更多...
 
class  Filesystem
 
class  FileWatch
 OS directory watch with a main-thread event queue. Desktop/mobile: backed by Poco::DirectoryWatcher (see FileWatch.cpp). WebGPU (Emscripten): the browser VFS has no native file watching, so this is a no-op stub — add()/remove() return false, poll() returns false. 更多...
 
class  HotReload
 Path→reload dispatcher for soft hot reload. Driven from load.nut via pollWatch → tryReload; also used by watchTree. 更多...
 

函数

 Module_IMPL (Filesystem, new physfs::Filesystem())
 
 Module_IMPL (HotReload, new HotReload())
 

函数说明

◆ Module_IMPL() [1/2]

eve::filesystem::Module_IMPL ( Filesystem  ,
new   physfs::Filesystem() 
)

◆ Module_IMPL() [2/2]

eve::filesystem::Module_IMPL ( HotReload  ,
new   HotReload() 
)