#include <ConcatenatedWrite.h>
Public Member Functions | |
virtual void | Add (const GENICAM_NAMESPACE::gcstring &nodeName, const GENICAM_NAMESPACE::gcstring &nodeValue)=0 |
Add a write with value of type gcstring. More... | |
virtual void | Add (const GENICAM_NAMESPACE::gcstring &nodeName, const char *)=0 |
Add a write with value of type char *. More... | |
virtual void | Add (const GENICAM_NAMESPACE::gcstring &nodeName, const int64_t nodeValue)=0 |
Add a write with value of type int64_t. More... | |
virtual void | Add (const GENICAM_NAMESPACE::gcstring &nodeName, const double nodeValue)=0 |
Add a write with value of type double. More... | |
virtual void | Add (const GENICAM_NAMESPACE::gcstring &nodeName, const bool nodeValue)=0 |
Add a write with value of type bool. More... | |
virtual void | Clear ()=0 |
Remove all write from the container. More... | |
virtual void | Destroy ()=0 |
//! Destroys this container More... | |
Protected Member Functions | |
virtual | ~CNodeWriteConcatenator (void)=0 |
Destructor (Prevent freeing the object, need to call Destroy) More... | |
Definition at line 37 of file ConcatenatedWrite.h.
|
protectedpure virtual |
Destructor (Prevent freeing the object, need to call Destroy)
|
pure virtual |
Add a write with value of type gcstring.
|
pure virtual |
Add a write with value of type char *.
|
pure virtual |
Add a write with value of type int64_t.
|
pure virtual |
Add a write with value of type double.
|
pure virtual |
Add a write with value of type bool.
|
pure virtual |
Remove all write from the container.
|
pure virtual |
//! Destroys this container