nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations | Functions
utils.hh File Reference
#include <cstddef>
#include <stdexcept>
#include <string>
#include <vector>
Include dependency graph for utils.hh:

Go to the source code of this file.

Classes

class  nds_impl::common::IdentityTransform< T >
 
class  nds_impl::common::TruePredicate< T >
 
class  nds_impl::common::FirstNPredicate< T >
 
class  nds_impl::common::Span< T >
 

Namespaces

 nds_impl
 
 nds_impl::common
 

Enumerations

enum  nds_impl::common::split_type { nds_impl::common::INCLUDE_EMPTY_STRING = 0, nds_impl::common::EXCLUDE_EMPTY_STRING = 1 }
 

Functions

static std::vector< std::string > nds_impl::common::split (const std::string &source, const std::string &sep, split_type filter_mode=INCLUDE_EMPTY_STRING)
 
template<typename It , typename BinaryPred >
It nds_impl::common::adjacent_find (It begin, It end, BinaryPred p)