pmt: Any

pmt.is_any(swig_int_ptr obj) → bool

Return true if is an any.

pmt.make_any(boost::any const & any) → swig_int_ptr

make an any

pmt.any_ref(swig_int_ptr obj) → boost::any

Return underlying boost::any.

pmt.any_set(swig_int_ptr obj, boost::any const & any)

Store in .

Previous topic

gnuradio.filter: Digital Filter Design

Next topic

pmt: General Functions

This Page