gnuradio::gr::prefs::_prefs Class Reference

Derive our 'real class' from the stubbed out base class that has support for SWIG directors. More...

List of all members.

Public Member Functions

def __init__
def __getattr__
def has_section
def has_option
def get_string
def get_bool
def get_long
def get_double

Public Attributes

 cp


Detailed Description

Derive our 'real class' from the stubbed out base class that has support for SWIG directors.

This allows C++ code to magically and transparently invoke the methods in this python class.


Member Function Documentation

def gnuradio::gr::prefs::_prefs::__getattr__ (   self,
  name 
)

def gnuradio::gr::prefs::_prefs::__init__ (   self  ) 

def gnuradio::gr::prefs::_prefs::get_bool (   self,
  section,
  option,
  default_val 
)

def gnuradio::gr::prefs::_prefs::get_double (   self,
  section,
  option,
  default_val 
)

def gnuradio::gr::prefs::_prefs::get_long (   self,
  section,
  option,
  default_val 
)

def gnuradio::gr::prefs::_prefs::get_string (   self,
  section,
  option,
  default_val 
)

def gnuradio::gr::prefs::_prefs::has_option (   self,
  section,
  option 
)

def gnuradio::gr::prefs::_prefs::has_section (   self,
  section 
)


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Thu Mar 5 09:03:57 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8