CWB
Data Fields
TCorpusProperty Struct Reference

The CorpusProperty object. More...

#include <cl.h>

Data Fields

char * property
 A string specifying the property in question. More...
 
char * value
 A string containing the value of the property in question. More...
 
struct TCorpusPropertynext
 Pointer to the next entry in the linked list. More...
 

Detailed Description

The CorpusProperty object.

The underlying structure takes the form of a linked-list entry.

Note that unlike most CL objects, the underlying structure is exposed in the public API.

Each Corpus object has, as one of its members, the head entry on a list of CorpusProperties.

Field Documentation

struct TCorpusProperty* next

Pointer to the next entry in the linked list.

Referenced by add_corpus_property(), and cl_next_corpus_property().

char* property

A string specifying the property in question.

Referenced by add_corpus_property(), cl_corpus_property(), and corpus_info().

char* value

A string containing the value of the property in question.

Referenced by add_corpus_property(), cl_corpus_property(), and corpus_info().


The documentation for this struct was generated from the following file: