PMDK C++ bindings
1.10
This is the C++ bindings documentation for PMDK's libpmemobj.
|
String container with std::basic_string compatible interface. More...
#include <algorithm>
#include <iterator>
#include <limits>
#include <string>
#include <libpmemobj++/container/array.hpp>
#include <libpmemobj++/container/detail/contiguous_iterator.hpp>
#include <libpmemobj++/container/vector.hpp>
#include <libpmemobj++/detail/common.hpp>
#include <libpmemobj++/detail/iterator_traits.hpp>
#include <libpmemobj++/detail/life.hpp>
#include <libpmemobj++/persistent_ptr.hpp>
#include <libpmemobj++/pext.hpp>
#include <libpmemobj++/slice.hpp>
#include <libpmemobj++/transaction.hpp>
Go to the source code of this file.
Classes | |
class | pmem::obj::basic_string< CharT, Traits > |
pmem::obj::string - persistent container with std::basic_string compatible interface. More... | |
Namespaces | |
pmem | |
Persistent memory namespace. | |
pmem::obj | |
Main libpmemobj namespace. | |
Functions | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator== (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator!= (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member not equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator< (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member less than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator<= (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member less or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator> (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member greater than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator>= (const basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member greater or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator== (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
Non-member equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator!= (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
Non-member not equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator< (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
Non-member less than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator<= (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
Non-member less or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator> (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
Non-member greater than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator>= (const CharT *lhs, const basic_string< CharT, Traits > &rhs) |
Non-member greater or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator== (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
Non-member equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator!= (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
Non-member not equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator< (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
Non-member less than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator<= (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
Non-member less or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator> (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
Non-member greater than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator>= (const basic_string< CharT, Traits > &lhs, const CharT *rhs) |
Non-member greater or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator== (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator!= (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member not equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator< (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member less than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator<= (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member less or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator> (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member greater than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator>= (const std::basic_string< CharT, Traits > &lhs, const basic_string< CharT, Traits > &rhs) |
Non-member greater or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator== (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
Non-member equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator!= (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
Non-member not equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator< (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
Non-member less than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator<= (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
Non-member less or equal operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator> (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
Non-member greater than operator. | |
template<class CharT , class Traits > | |
bool | pmem::obj::operator>= (const basic_string< CharT, Traits > &lhs, const std::basic_string< CharT, Traits > &rhs) |
Non-member greater or equal operator. | |
template<class CharT , class Traits > | |
void | pmem::obj::swap (basic_string< CharT, Traits > &lhs, basic_string< CharT, Traits > &rhs) |
Swap the content of persistent strings. | |
String container with std::basic_string compatible interface.