Updated the C++ interface to return values as std::vector<char> instead of
authorPadraig O'Sullivan <osullivan.padraig@gmail.com>
Sat, 18 Jul 2009 20:35:03 +0000 (16:35 -0400)
committerPadraig O'Sullivan <osullivan.padraig@gmail.com>
Sat, 18 Jul 2009 20:35:03 +0000 (16:35 -0400)
commitc4706160965fc3996b8c6dc25e899ca36b2c3058
tree191316e5f6dc0b8d8e9f0a25aae22a3938443adb
parent22d71f347901f29c33a7e3c088ea692f85042261
Updated the C++ interface to return values as std::vector<char> instead of
std::string. Also updated functions that take values as parameters to take
std::vector<char> instead. Removed the need for an explicit value_length
since we can determine this from the size of the vector.
libmemcached/memcached.hh
tests/plus.cpp