![]() |
Home | Libraries | People | FAQ | More |
boost::process::basic_environment::entry_type
// In header: <boost/process/environment.hpp> template<typename Char, typename Environment> struct entry_type { // types typedef ; typedef ; typedef ; typedef ; typedef ; // construct/copy/destruct () = ; (); (); // public member functions () ; () = ; () ; (); (); (); (); (); };
Proxy class used for read and write access to members by [] or .at()
![]() |
Note |
---|---|
Holds a reference to the environment it was created from. |
entry_type
public member functions() ;Split the entry by ";" or ":" and return it as a vector. Used by PATH.
Get the value as string. Get the name of this entry.
() = ;Copy Constructor.
() ;Check if the entry is empty.
( value);Assign a string to the value.
( value);Assign a set of strings to the entry; they will be separated by ';' or ':'.
( value);Append a string to the end of the entry, it will separated by ';' or ':'.
();Reset the value.
( value);Append a string to the end of the entry, it will separated by ';' or ':'.