Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0796ce79
Commit
0796ce79
authored
Jul 01, 2017
by
Davis King
Browse files
updated docs
parent
2f4e373b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
dlib/dir_nav/dir_nav_kernel_1.h
dlib/dir_nav/dir_nav_kernel_1.h
+2
-0
dlib/dir_nav/dir_nav_kernel_2.h
dlib/dir_nav/dir_nav_kernel_2.h
+2
-0
dlib/dir_nav/dir_nav_kernel_abstract.h
dlib/dir_nav/dir_nav_kernel_abstract.h
+8
-0
No files found.
dlib/dir_nav/dir_nav_kernel_1.h
View file @
0796ce79
...
@@ -40,11 +40,13 @@ namespace dlib
...
@@ -40,11 +40,13 @@ namespace dlib
state.name == name()
state.name == name()
state.full_name == full_name()
state.full_name == full_name()
state.file_size == size()
state.file_size == size()
state.last_modified == last_modified()
CONVENTION
CONVENTION
state.name == name()
state.name == name()
state.full_name == full_name()
state.full_name == full_name()
state.file_size == size()
state.file_size == size()
state.last_modified == last_modified()
!*/
!*/
...
...
dlib/dir_nav/dir_nav_kernel_2.h
View file @
0796ce79
...
@@ -49,11 +49,13 @@ namespace dlib
...
@@ -49,11 +49,13 @@ namespace dlib
state.name == name()
state.name == name()
state.full_name == full_name()
state.full_name == full_name()
state.file_size == size()
state.file_size == size()
state.last_modified == last_modified()
CONVENTION
CONVENTION
state.name == name()
state.name == name()
state.full_name == full_name()
state.full_name == full_name()
state.file_size == size()
state.file_size == size()
state.last_modified == last_modified()
!*/
!*/
...
...
dlib/dir_nav/dir_nav_kernel_abstract.h
View file @
0796ce79
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
#include <vector>
#include <vector>
#include "../uintn.h"
#include "../uintn.h"
#include "../algs.h"
#include "../algs.h"
#include <chrono>
namespace
dlib
namespace
dlib
{
{
...
@@ -139,6 +140,13 @@ namespace dlib
...
@@ -139,6 +140,13 @@ namespace dlib
- returns the size of this file in bytes.
- returns the size of this file in bytes.
!*/
!*/
std
::
chrono
::
time_point
<
std
::
chrono
::
system_clock
>
last_modified
(
)
const
;
/*!
ensures
- returns the time the file was last modified.
!*/
operator
std
::
string
(
operator
std
::
string
(
)
const
;
)
const
;
/*!
/*!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment