DbcLib 1.0
CAN DBC C++ library.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
envvar.h File Reference

Wrapper wrong environment variables. More...

#include <cstdint>
#include <string>
#include <vector>
#include <map>
Include dependency graph for envvar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dbc::EnvVar
 Wrapper around an environment DBC variable. More...
 

Namespaces

namespace  dbc
 Main namespace for the DBC library.
 

Enumerations

enum class  dbc::EnvType : int { dbc::IntegerType = 0 , dbc::FloatType = 1 , dbc::StringType = 2 , dbc::DataType = 3 }
 The variable data type. More...
 
enum class  dbc::AccessType : int { dbc::Unrestricted = 0 , dbc::ReadOnly = 1 , dbc::WriteOnly = 2 , dbc::ReadWrite = 3 }
 Type of access. More...