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

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


The documentation for this struct was generated from the following file:
Generated on Sun Mar 16 14:48:44 2008 for Subversion by doxygen 1.3.5