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
}
 Variant indicator.


Data Fields

enum svn_ra_svn_item_t:: { ... }  kind
 Variant indicator.

union {
   apr_uint64_t   number
   svn_string_t *   string
   const char *   word
   apr_array_header_t *   list
u
 Variant data.


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


The documentation for this struct was generated from the following file:
Generated on Wed Jun 7 14:05:12 2006 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002