#pragma once #include #include #include #include namespace NYT { //////////////////////////////////////////////////////////////////////////////// // NB: Currently not supported on other platforms. #if defined(_linux_) || defined(_darwin_) std::vector GetEnvironNameValuePairs(); #endif std::pair> ParseEnvironNameValuePair(TStringBuf pair); //////////////////////////////////////////////////////////////////////////////// } // namespace NYT