ReactOS 0.4.16-dev-942-g91fadeb
anonymous_namespace{splitpath.cpp}::component_buffers< Character > Struct Template Reference

Public Attributes

_Null_terminated_ _Maybenull_ Character * _drive
 
size_t _drive_count
 
_Null_terminated_ _Maybenull_ Character * _directory
 
size_t _directory_count
 
_Null_terminated_ _Maybenull_ Character * _file_name
 
size_t _file_name_count
 
_Null_terminated_ _Maybenull_ Character * _extension
 
size_t _extension_count
 

Detailed Description

template<typename Character>
struct anonymous_namespace{splitpath.cpp}::component_buffers< Character >

Definition at line 20 of file splitpath.cpp.

Member Data Documentation

◆ _directory

template<typename Character >
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_directory

Definition at line 26 of file splitpath.cpp.

◆ _directory_count

template<typename Character >
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_directory_count

Definition at line 27 of file splitpath.cpp.

◆ _drive

template<typename Character >
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_drive

Definition at line 23 of file splitpath.cpp.

◆ _drive_count

template<typename Character >
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_drive_count

Definition at line 24 of file splitpath.cpp.

◆ _extension

template<typename Character >
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_extension

Definition at line 32 of file splitpath.cpp.

◆ _extension_count

template<typename Character >
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_extension_count

Definition at line 33 of file splitpath.cpp.

◆ _file_name

template<typename Character >
_Null_terminated_ _Maybenull_ Character* anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_file_name

Definition at line 29 of file splitpath.cpp.

◆ _file_name_count

template<typename Character >
size_t anonymous_namespace{splitpath.cpp}::component_buffers< Character >::_file_name_count

Definition at line 30 of file splitpath.cpp.


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