botan v1.12.7 (2016-08-23T12:57:26Z)
Dub
Repo
DirectoryWalker
botan
entropy
proc_walk
Undocumented in source.
version(Posix)
final
static if
(
BOTAN_HAS_ENTROPY_SRC_PROC_WALKER
)
class
DirectoryWalker :
FileDescriptorSource
{
this
(string root);
~this
();
int
nextFd
();
}
Constructors
this
this
(string root)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
nextFd
int
nextFd
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From FileDescriptorSource
nextFd
int
nextFd
()
Undocumented in source.
Meta
Source
See Implementation
botan
entropy
proc_walk
classes
DirectoryWalker
ProcWalkingEntropySource
interfaces
FileDescriptorSource