svn_ra_svn_item_t Struct Reference

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

#include <svn_ra_svn.h>


Public Types

 SVN_RA_SVN_NUMBER
 SVN_RA_SVN_STRING
 SVN_RA_SVN_WORD
 SVN_RA_SVN_LIST
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
 Contains svn_ra_svn_item_t's.
u
 Variant data.


Detailed Description

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

Definition at line 129 of file svn_ra_svn.h.


The documentation for this struct was generated from the following file:
Generated on Wed Oct 22 14:54:33 2008 for Subversion by  doxygen 1.4.7