MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ valid()

bool MayaFlux::Kinesis::FieldSource::valid ( ) const
inlinenoexcept

Whether parsing produced a usable function definition.

Definition at line 103 of file FieldSource.hpp.

104 {
105 return !name.empty() && !return_type.empty() && !body.empty();
106 }

References body, name, and return_type.

Referenced by MayaFlux::Kinesis::DualField< D, R >::has_source(), and MayaFlux::Kinesis::TemporalField< D, R >::has_source().

+ Here is the caller graph for this function: