View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

hostname.h
Go to the documentation of this file.
1#ifndef VISTLE_UTIL_HOSTNAME_H
2#define VISTLE_UTIL_HOSTNAME_H
3
4#include <string>
5
6#include "export.h"
7
8namespace vistle {
9
10V_UTILEXPORT std::string hostname();
11
12}
13#endif
Definition: allobjects.cpp:30
std::string hostname()
Definition: hostname.cpp:9
#define V_UTILEXPORT
Definition: export.h:19