GNU Radio Manual and C++ API Reference  3.9.4.0
The Free & Open Software Radio Ecosystem
prefs.h File Reference
#include <gnuradio/api.h>
#include <gnuradio/thread/thread.h>
#include <map>
#include <string>
Include dependency graph for prefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gr::prefs
 Base class for representing user preferences a la windows INI files. More...
 

Namespaces

 gr
 GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
 

Typedefs

typedef std::map< std::string, std::map< std::string, std::string > > gr::config_map_t
 
typedef std::map< std::string, std::map< std::string, std::string > >::iterator gr::config_map_itr
 
typedef std::map< std::string, std::string > gr::config_map_elem_t
 
typedef std::map< std::string, std::string >::iterator gr::config_map_elem_itr