mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 22:58:25 +00:00
Improve printable field detection
Renamed determinePrintAttr to isPrintable. Different callers need to filter on different IO specs, so I added an ioMask parameter. Additional refactoring. Refs #427
This commit is contained in:
@ -53,7 +53,7 @@ class PrintFileContents10 : public PrintFileContentsBase {
|
||||
void print_enum_attr(std::ostream & outfile , EnumValues * in_enum) ;
|
||||
|
||||
/** Prints attributes for a field */
|
||||
void print_field_attr(std::ostream & outfile , FieldDescription * fdes ) ;
|
||||
void print_field_attr(std::ostream & outfile , FieldDescription & fdes ) ;
|
||||
|
||||
/** Prints class attributes */
|
||||
void print_class_attr(std::ostream & outfile , ClassValues * in_class) ;
|
||||
|
Reference in New Issue
Block a user