Writing to a file or standard output
[Input / Output]
This group of functions is for writing an object to a file or standard output.  
More...
Detailed Description
This group of functions is for writing an object to a file or standard output. 
An object can be:
- record
- field
- field element
If FILE* istream is given, the ASCII file will be outputed, else printed to standard output device.
In case record and/or field: 
- Parameters:
- 
  
    |  | record | the record, must not be NULL |  |  | field | the field, must not be NULL |  
 
In case field element: 
- Parameters:
- 
  
    |  | record | the record, must not be NULL |  |  | field_index | the index of field in the given record |  |  | element_index | the index of element in the given field |  |  | ostream | the identifier of the output file. |  
 
Function Documentation
      
        
          | void epr_print_record | ( | const EPR_SRecord * | record, | 
        
          |  |  | FILE * | ostream |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | void epr_print_field | ( | const EPR_SField * | field, | 
        
          |  |  | FILE * | ostream |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | void epr_print_element | ( | const EPR_SRecord * | record, | 
        
          |  |  | uint | field_index, | 
        
          |  |  | uint | element_index, | 
        
          |  |  | FILE * | ostream |  | 
        
          |  | ) |  |  |  |