Welcome to mirror list, hosted at ThFree Co, Russian Federation.

struct_directory_entry_hash.qbk « generated « doc « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5376aa61a21189058d9c337f8bf42db41db5700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[/============================================================================
  Boost.AFIO

  Use, modification and distribution is subject to the Boost Software License,
  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]


[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
[/ Generated from doxy/doxygen_output/xml\structboost_1_1afio_1_1directory__entry__hash.xml]
[section:directory_entry_hash directory_entry_hash]
'''<?dbhtml-include href="disqus_identifiers/directory_entry_hash.html"?>'''

'''<indexterm><primary>directory_entry_hash</primary></indexterm>'''
A hasher for directory_entry, hashing inode and birth time (if available on this platform). 

[heading Synopsis]
``struct directory_entry_hash
{
  // ...
};
``

[heading Member Function(s)]
[table
[[Function] [Description] [Parameters]  [Returns]]
[[``size_t operator()(const directory_entry & p)``

] [] [[* const directory_entry &]: ['p]:  



][

]
]
]

[heading Header]
`#include <boost/afio/v2/afio.hpp>`

'''<?dbhtml-include href="disqus_comments.html"?>'''
[endsect]