libcds3  1.23-0.el7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
cds_print.c File Reference

CDS Print Functions. More...

#include "cds3.h"
#include "cds_private.h"

Go to the source code of this file.

Functions

int cds_print (FILE *fp, CDSGroup *group, int flags)
 Print CDS. More...
 
int cds_print_att (FILE *fp, const char *indent, int min_width, CDSAtt *att)
 Print a CDS Attribute. More...
 
int cds_print_atts (FILE *fp, const char *indent, void *parent)
 Print CDS Attributes. More...
 
int cds_print_dim (FILE *fp, const char *indent, int min_width, CDSDim *dim)
 Print a CDS Dimension. More...
 
int cds_print_dims (FILE *fp, const char *indent, CDSGroup *group)
 Print CDS Dimensions. More...
 
int cds_print_var (FILE *fp, const char *indent, CDSVar *var, int flags)
 Print a CDS Variable. More...
 
int cds_print_vars (FILE *fp, const char *indent, CDSGroup *group, int flags)
 Print CDS Variables. More...
 
int cds_print_var_data (FILE *fp, const char *indent, const char *label, CDSVar *var)
 Print CDS Variable Data. More...
 
int cds_print_data (FILE *fp, const char *indent, CDSGroup *group)
 Print CDS Data. More...
 
int cds_print_group (FILE *fp, const char *indent, CDSGroup *group, int flags)
 Print CDS Group. More...
 
int cds_print_groups (FILE *fp, const char *indent, CDSGroup *group, int flags)
 Print CDS Groups. More...
 
int cds_print_vararray (FILE *fp, const char *indent, CDSVarArray *vararray, int flags)
 Print CDS Variable Array. More...
 
int cds_print_vargroup (FILE *fp, const char *indent, CDSVarGroup *vargroup, int flags)
 Print CDS Variable Group. More...
 
int cds_print_vargroups (FILE *fp, const char *indent, CDSGroup *group, int flags)
 Print CDS Variable Groups. More...
 

Detailed Description

CDS Print Functions.

Definition in file cds_print.c.