Namespace os::parser¶
Namespace List > os > parser
Public Functions¶
| Type | Name |
|---|---|
| std::set< V > | intersection (std::set< V > & a, std::set< V > & b) |
| std::set< V > | range_set_to_set (const std::string_view line) |
| std::set< V > | range_to_set (const std::string_view chunk) |
| std::vector< std::string > | string_to_vector (std::string str, char separator) |
| std::vector< std::string > | string_to_vector (std::string str, std::string separator) |
Public Functions Documentation¶
function intersection¶
template<typename V>
std::set< V > os::parser::intersection (
std::set< V > & a,
std::set< V > & b
)
function range_set_to_set¶
function range_to_set¶
function string_to_vector¶
function string_to_vector¶
The documentation for this class was generated from the following file cubrid/src/base/filesys_parser.cpp