src
lib
coil
ace
coil
ace/coil/File.h
Go to the documentation of this file.
1
// -*- C++ -*-
19
#ifndef COIL_FILE_H
20
#define COIL_FILE_H
21
22
#include <
coil/config_coil.h
>
23
#include <ace/ACE.h>
24
25
namespace
coil
26
{
27
28
inline
const
char
*
dirname
(
const
char
*
path
)
29
{
30
return
ACE::dirname
(path);
31
}
32
33
inline
const
char
*
basename
(
const
char
*
path
)
34
{
35
return
ACE::basename
(path);
36
}
37
};
38
39
#endif // COIL_FILE_H
omniwxs.path
path
Definition:
omniwxs.py:78
config_coil.h
coil::basename
const char * basename(const char *path)
Get a file name part than a file pass.
Definition:
ace/coil/File.h:33
coil
Common Object Interface Layer.
Definition:
ace/coil/Condition.cpp:22
coil::dirname
const char * dirname(const char *path)
Definition:
ace/coil/File.h:28
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:43