UNIVERS
15.3
UNIVERS base processing software API
|
#include <pep_types.H>
Additional Inherited Members | |
Public Member Functions inherited from ParType | |
virtual size_t | size (MemBlock *mb) const =0 |
virtual const char * | base_type () const =0 |
virtual Logic | eq (MemBlock *mb1, MemBlock *mb2)=0 |
virtual void | text_input (MemBlock *mb, FILE *stream)=0 |
virtual void | text_output (MemBlock *mb, FILE *stream)=0 |
virtual void | init (MemBlock *mb)=0 |
virtual void | set_value (MemBlock *mb, va_list val)=0 |
virtual void | get_value (MemBlock *mb, va_list val)=0 |
void | set_text_value (MemBlock *mb, const char *text) |
void | get_text_value (MemBlock *mb, char *&text) |
"float2" type
Access: set_value(0, float num1); set_value(1, float num2); get_value(0, float* num1); get_value(1, float* num2);
Text format: f1 f2
Where: float f1, f2;
Space category: isspace()
Glue: '\'