GNU Radio 3.6.5 C++ API

pmt::pmt_complex Class Reference

#include <pmt_int.h>

Inheritance diagram for pmt::pmt_complex:
pmt::pmt_base

List of all members.

Public Member Functions

 pmt_complex (std::complex< double > value)
bool is_number () const
bool is_complex () const
std::complex< double > value () const

Public Attributes

std::complex< double > d_value

Constructor & Destructor Documentation

pmt::pmt_complex::pmt_complex ( std::complex< double >  value)

Member Function Documentation

bool pmt::pmt_complex::is_complex ( ) const [inline, virtual]

Reimplemented from pmt::pmt_base.

bool pmt::pmt_complex::is_number ( ) const [inline, virtual]

Reimplemented from pmt::pmt_base.

std::complex<double> pmt::pmt_complex::value ( ) const [inline]

References d_value.


Member Data Documentation

std::complex<double> pmt::pmt_complex::d_value

Referenced by value().


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