nlib
Deprecated List
Member nn::nlib::DynamicAlignedStorage::swap (DynamicAlignedStorage &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::exi::ExiAllocatorEx::swap (ExiAllocatorEx &rhs) noexcept
This function will be deleted in a future release.
Class nn::nlib::FileStyleUri
This class will be deleted in a future implementation. Use Uri, Uri::EncodePath(), and Uri::DecodePath() instead.
Member nn::nlib::heap::CachedHeap::swap (CachedHeap &rhs) noexcept
This function will be deleted in a future release.
Class nn::nlib::HttpStyleUri
This class will be deleted in a future implementation. Use Uri, UriQueryDecoder, and UriQueryEncoder instead.
Member nn::nlib::msgpack::jsonrpc::JsonRpcClient::swap (JsonRpcClient &rhs)
This function will be deleted in a future release.
Member nn::nlib::msgpack::JsonStreamParser::Open (TextReader *reader) noexcept
This function will be deleted in a future release. You should open it using InputStream.
Member nn::nlib::msgpack::MpObject::swap (MpObject &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::msgpack::MpObject::SwapArrayItem (size_t n, MpObject *obj) noexcept
This function will be deleted in a future release. You should directly swap elements instead of using this function.
Member nn::nlib::msgpack::MpObject::SwapMapItem (const STDSTRING &key, MpObject *obj) noexcept
This function will be deleted in a future release. You should directly swap elements instead of using this function.
Member nn::nlib::msgpack::MpObject::SwapMapItem (const nlib_utf8_t *key, MpObject *obj) noexcept
This function will be deleted in a future release. You should directly swap elements instead of using this function.
Member nn::nlib::msgpack::MpObjectKv::swap (MpObjectKv &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::Nlist< T, AL >::swap (Nlist &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::Nqueue< T, AL >::swap (Nqueue &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::ReallocCstringVec::swap (ReallocCstringVec &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::ReallocQueue< T >::swap (ReallocQueue &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::ReallocVec< T >::swap (ReallocVec &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::StringView::ends_with (charT c) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version EndsWith() instead.
Member nn::nlib::StringView::ends_with (const charT *s) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version EndsWith() instead.
Member nn::nlib::StringView::ends_with (const StringView &s) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version EndsWith() instead.
Member nn::nlib::StringView::GetLine () noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version GetLine() instead.
Member nn::nlib::StringView::GetName () noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version GetName() instead.
Member nn::nlib::StringView::Proceed (const StringView &kwd) noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version Proceed() instead.
Member nn::nlib::StringView::Proceed (charT ch) noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version Proceed() instead.
Member nn::nlib::StringView::Proceed (const charT *kwd) noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version Proceed() instead.
Member nn::nlib::StringView::starts_with (const StringView &s) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version StartsWith() instead.
Member nn::nlib::StringView::starts_with (charT c) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version StartsWith() instead.
Member nn::nlib::StringView::starts_with (const charT *s) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version StartsWith() instead.
Member nn::nlib::StringView::ToCstring (charT *str, size_type buf_size) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToCstring() instead.
Member nn::nlib::StringView::ToCstring (charT(&str)[N]) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToCstring() instead.
Member nn::nlib::StringView::ToCstring (UniquePtr< charT[]> &str) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToCstring() instead.
Member nn::nlib::StringView::ToDouble (double *v, size_type *idx=nullptr) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToDouble() instead.
Member nn::nlib::StringView::ToFloat (float *v, size_type *idx=nullptr) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToFloat() instead.
Member nn::nlib::StringView::ToInteger (uint8_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (int32_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (int64_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (uint64_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (int8_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (int16_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (uint16_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::ToInteger (uint32_t *v, size_type *idx=nullptr, int base=10) const noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version ToInteger() instead.
Member nn::nlib::StringView::Trim () noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version Trim() instead.
Member nn::nlib::StringView::TrimLeft () noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version TrimLeft() instead.
Member nn::nlib::StringView::TrimRight () noexcept
StringView will be defined as the std::string_view of C++17 using typedef. For this reason, this member function will be deleted. Use the free function version TrimRight() instead.
Member nn::nlib::succinct::AhoCorasick::swap (AhoCorasick &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::Bp::swap (Bp &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::CompressedArray::swap (CompressedArray &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::Louds::swap (Louds &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::Map::swap (Map &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::Sbv::swap (Sbv &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::Set::swap (Set &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::SparseSet::swap (SparseSet &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::Trie::swap (Trie &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::succinct::WordFilter::swap (WordFilter &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::threading::PackagedTask< T >::swap (PackagedTask &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::threading::Promise< R >::swap (Promise &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::threading::Thread::swap (Thread &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::threading::UniqueLock< T >::swap (UniqueLock &rhs) noexcept
This function will be deleted in a future release.
Member nn::nlib::UniquePtr< T, DEL >::swap (UniquePtr &rhs) noexcept
This function will be deleted in a future release.