|
Compounds | |
class | basic_root_sequence |
Presents an STL-like sequence interface over the items on the file-system. More... | |
class | basic_search_sequence |
Presents an STL-like sequence interface over the items on the file-system. More... | |
class | basic_search_sequence_const_iterator |
Iterator type for the basic_search_sequence supporting the Input Iterator concept. More... | |
class | basic_search_sequence_value_type |
Value type for the basic_search_sequence. More... | |
struct | reclstl_traits |
A traits class to provide character-encoding specific mappings from the recls C API to the recls.stl mapping". More... | |
Typedefs | |
typedef std::string | string_t |
string_t The string type to be used in the reclstl (recls::stl) namespace | |
Functions | |
template<typename C, typename T, typename A> recls_bool_t | is_empty (basic_root_sequence< C, T, A > const &s) |
is_empty shim | |
template<typename C, typename T> recls_bool_t | is_empty (basic_search_sequence< C, T > const &s) |
is_empty shim | |
template<typename C, typename T> C const * | c_str_ptr (basic_search_sequence_value_type< C, T > const &v) |
c_str_ptr shim |
This mapping contains the classes - basic_search_sequence, basic_search_sequence_const_iterator and basic_search_sequence_value_type - which provide an STL-like sequence, range and value with which a given recursive search can be conducted, and whose results can be manipulated in an STL-compliant fashion.
|
string_t The string type to be used in the
|
|
c_str_ptr shim This returns a non-null null-terminated C-string of the given value's full path.
|
|
is_empty shim This returns a non-zero value if the given sequence is empty.
|
|
is_empty shim This returns a non-zero value if the given sequence is empty.
|
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2005 |