Subversion 1.6.16
Data Fields

svn_fs_dirent_t Struct Reference

The type of a Subversion directory entry. More...

#include <svn_fs.h>

Data Fields

const char * name
 The name of this directory entry.
const svn_fs_id_tid
 The node revision ID it names.
svn_node_kind_t kind
 The node kind.

Detailed Description

The type of a Subversion directory entry.

Definition at line 1510 of file svn_fs.h.


Field Documentation

The node revision ID it names.

Definition at line 1517 of file svn_fs.h.

The node kind.

Definition at line 1520 of file svn_fs.h.

const char* svn_fs_dirent_t::name

The name of this directory entry.

Definition at line 1514 of file svn_fs.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines