|
DDS
ver. 3.6
|
#include "DDSHelper.h"#include "ErrorCode.h"#include "MiscSetup.h"#include "Options.h"#include "Start.h"#include "Stop.h"#include <boost/filesystem.hpp>#include <boost/range/iterator_range.hpp>Functions | |
| bool | IsSessionRunning (const string &_sid) |
| void | setDefaultSession (const StringVector_t &_sessions, const string &_sessionID) |
| void | rebuildSessions (vector< fs::path > &_session_dirs, StringVector_t &_sessions) |
| void | listSessions (const vector< fs::path > &_session_dirs, SSessionsSorting::ETypes _sortingType) |
| int | main (int argc, char *argv[]) |
| bool IsSessionRunning | ( | const string & | _sid | ) |
| void listSessions | ( | const vector< fs::path > & | _session_dirs, |
| SSessionsSorting::ETypes | _sortingType | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void rebuildSessions | ( | vector< fs::path > & | _session_dirs, |
| StringVector_t & | _sessions | ||
| ) |
| void setDefaultSession | ( | const StringVector_t & | _sessions, |
| const string & | _sessionID | ||
| ) |
1.8.15