Home
last modified time | relevance | path

Searched defs:const_entry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Denvironment.hpp27 struct const_entry struct
29 using value_type = Char ;
30 using pointer = const value_type * ;
31 using string_type = std::basic_string<value_type> ;
32 using range = boost::iterator_range<pointer> ;
33 using environment_t = Environment ;
35 std::vector<string_type> to_vector() const in to_vector()
49 string_type to_string() const in to_string()
56 string_type get_name() const {return string_type(_name.begin(), _name.end());} in get_name()
57 explicit const_entry(string_type&& name, pointer data, environment_t & env_) : in const_entry() argument
[all …]