GME  13
Public Types | Public Attributes
svn_ra_svn_item_t Struct Reference

#include <svn_ra_svn.h>

Collaboration diagram for svn_ra_svn_item_t:
Collaboration graph
[legend]

List of all members.

Public Types

enum  { SVN_RA_SVN_NUMBER, SVN_RA_SVN_STRING, SVN_RA_SVN_WORD, SVN_RA_SVN_LIST }

Public Attributes

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


Member Enumeration Documentation

anonymous enum

Variant indicator.

Enumerator:
SVN_RA_SVN_NUMBER 
SVN_RA_SVN_STRING 
SVN_RA_SVN_WORD 
SVN_RA_SVN_LIST 

Definition at line 148 of file svn_ra_svn.h.


Member Data Documentation

Variant indicator.

Contains svn_ra_svn_item_t's.

Definition at line 161 of file svn_ra_svn.h.

Definition at line 156 of file svn_ra_svn.h.

Definition at line 157 of file svn_ra_svn.h.

union { ... } svn_ra_svn_item_t::u

Variant data.

Definition at line 158 of file svn_ra_svn.h.


The documentation for this struct was generated from the following file: