CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
SymlinkInfo.h
1
#ifndef CARMA_DBMS_SYMLINKINFO_H
2
#define CARMA_DBMS_SYMLINKINFO_H
3
4
#include <string>
5
#include <unistd.h>
6
7
namespace
carma {
8
namespace
dbms {
9
10
struct
SymlinkInfo {
14
::std::string name_;
18
FILE* file_;
25
::std::string dbLoadDir_;
26
27
SymlinkInfo( const ::std::string & name,
28
FILE* file,
29
const ::std::string & dbLoadDir ) :
30
name_( name ),
31
file_( file ),
32
dbLoadDir_( dbLoadDir ) { }
33
};
34
}
35
}
36
#endif //CARMA_DBMS_SYMLINKINFO_H
carma
dbms
SymlinkInfo.h
Generated by
1.8.5