View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
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
8
namespace
vistle
{
9
10
V_UTILEXPORT
std::string
hostname
();
11
12
}
13
#endif
vistle
Definition:
allobjects.cpp:30
vistle::hostname
std::string hostname()
Definition:
hostname.cpp:9
export.h
V_UTILEXPORT
#define V_UTILEXPORT
Definition:
export.h:19