python::form::abstract_converter Class Reference

Inheritance diagram for python::form::abstract_converter:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def value_to_prim
 Convert from user specified value to value acceptable to underlying primitive.
def prim_to_value
 Convert from underlying primitive value to user specified value.
def help


Member Function Documentation

def python::form::abstract_converter::help (   self  ) 

def python::form::abstract_converter::prim_to_value (   self,
  s 
)

Convert from underlying primitive value to user specified value.

The underlying primitive usually expects strings.

Reimplemented in python::form::identity_converter, python::form::int_converter, and python::form::float_converter.

def python::form::abstract_converter::value_to_prim (   self,
  v 
)

Convert from user specified value to value acceptable to underlying primitive.

The underlying primitive usually expects strings.

Reimplemented in python::form::identity_converter, python::form::int_converter, and python::form::float_converter.


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

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