WPILibC++
unspecified
|
Public Member Functions | |
SinkImpl (llvm::StringRef name) | |
SinkImpl (const SinkImpl &queue)=delete | |
SinkImpl & | operator= (const SinkImpl &queue)=delete |
llvm::StringRef | GetName () const |
void | SetDescription (llvm::StringRef description) |
llvm::StringRef | GetDescription (llvm::SmallVectorImpl< char > &buf) const |
void | Enable () |
void | Disable () |
void | SetEnabled (bool enabled) |
void | SetSource (std::shared_ptr< SourceImpl > source) |
std::shared_ptr< SourceImpl > | GetSource () const |
std::string | GetError () const |
llvm::StringRef | GetError (llvm::SmallVectorImpl< char > &buf) const |
Protected Member Functions | |
virtual void | SetSourceImpl (std::shared_ptr< SourceImpl > source) |
Protected Attributes | |
std::mutex | m_mutex |