Main Page   Modules   Data Structures   File List   Data Fields  

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 87 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 101 of file svn_ra_svn.h.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 31 03:26:16 2005 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002