Seeed Grove ++  v0.0.1-2386
Linux C++ Library For Seeed Grove Devices
sg_FD.hpp File Reference
#include <memory>
#include <string>
Include dependency graph for sg_FD.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  SG::FD
 Used in combination with shared_ptr to reference count open file descriptors. More...
 

Namespaces

 SG
 

Typedefs

typedef std::shared_ptr< FD > SG::SharedFileDescriptor
 Shared open file descriptor. The file will be closed once the last shared object goes out of scope. More...