 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #ifndef _KML_ATTRIBUTE_H_
6 #define _KML_ATTRIBUTE_H_
9 #include "../shared/shared.h"
10 #include "../datastructures/datastructures.h"
27 virtual void DeepEcho(
const char* indent);
31 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction){
_error_(
"not implemented yet!");};
35 void Write(FILE* fid,
const char* indent);
36 void Read(FILE* fid,
char* kstr);
37 void Alloc(
const char* namei,
const char* valuei);
39 void Get(
char** pvalueo,
char* deflt);
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Get(char **pvalueo, char *deflt)
void Read(FILE *fid, char *kstr)
void Alloc(const char *namei, const char *valuei)
#define _error_(StreamArgs)
Declaration of DataSet class.
void Add(DataSet *attrib)
void Write(FILE *fid, const char *indent)