ONE - On-device Neural Engine
Loading...
Searching...
No Matches
pepper::ProcessEnvironment Struct Referencefinal

#include <env.h>

Collaboration diagram for pepper::ProcessEnvironment:

Public Member Functions

const char * query (const char *k) const final
 
- Public Member Functions inherited from pepper::KVStoreInterface< KVStoreTrait::Queryable >
 KVStoreInterface ()=default
 
virtual ~KVStoreInterface ()=default
 
const char * get (const std::string &k) const
 
std::string get (const std::string &key, const std::string &default_value) const
 

Detailed Description

Definition at line 94 of file env.h.

Member Function Documentation

◆ query()

const char * pepper::ProcessEnvironment::query ( const char *  k) const
finalvirtual

Implements pepper::KVStoreInterface< KVStoreTrait::Queryable >.

Definition at line 45 of file env.cpp.

45{ return std::getenv(k); }

The documentation for this struct was generated from the following files: