#include <algparam.h>
the deepCopy option is used when the NameValuePairs object can't keep a copy of the data available
Definition at line 13 of file algparam.h.
Public Member Functions | |
| ConstByteArrayParameter (const char *data=NULL, bool deepCopy=false) | |
| ConstByteArrayParameter (const byte *data, size_t size, bool deepCopy=false) | |
| template<class T> | |
| ConstByteArrayParameter (const T &string, bool deepCopy=false) | |
| void | Assign (const byte *data, size_t size, bool deepCopy) |
| const byte * | begin () const |
| const byte * | end () const |
| size_t | size () const |
1.5.1-p1