Main Page | Modules | Data Structures | File List | Data Fields | Globals

svn_ra_svn_item_t Struct Reference

Memory representation of an on-the-wire data item. More...

#include <svn_ra_svn.h>


Public Types

enum  {
  SVN_RA_SVN_NUMBER,
  SVN_RA_SVN_STRING,
  SVN_RA_SVN_WORD,
  SVN_RA_SVN_LIST
}

Data Fields

enum svn_ra_svn_item_t:: { ... }  kind
union {
   apr_uint64_t   number
   svn_string_t *   string
   const char *   word
   apr_array_header_t *   list
u


Detailed Description

Memory representation of an on-the-wire data item.

Definition at line 82 of file svn_ra_svn.h.


Field Documentation

apr_array_header_t* svn_ra_svn_item_t::list
 

Contains svn_ra_svn_item_t's.

Definition at line 96 of file svn_ra_svn.h.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 18 17:33:15 2004 for Subversion by doxygen 1.3.5