GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
prefs.h File Reference
#include <gnuradio/api.h>
#include <string>
#include <map>
#include <gnuradio/thread/thread.h>
Include dependency graph for prefs.h:

Go to the source code of this file.

Classes

class  gr::prefs
 Base class for representing user preferences a la windows INI files.The real implementation is in Python, and is accessable from C++ via the magic of SWIG directors. More...
 

Namespaces

 gr
 Include this header to use the message passing features.
 

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