File: command.f

package info (click to toggle)
xd 5.00.03-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: cpp: 1,852; fortran: 161; makefile: 107; sh: 36; ansic: 30
file content (18 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    // by alternatives/generalizeddirs.cc
inline std::string const &Command::accumulate() const
{
    return d_arguments;
}

    // by alternatives/startdir.cc
inline Command::Action Command::action() const
{
    return d_action;
}

    // by alternatives/startdir.cc
inline size_t Command::parent() const
{
    return d_parent;
}