View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

userinfo.h
Go to the documentation of this file.
1#ifndef VISTLE_USERINFO_H
2#define VISTLE_USERINFO_H
3
4#include "export.h"
5#include <string>
6
7namespace vistle {
8
9V_UTILEXPORT std::string getLoginName();
10V_UTILEXPORT std::string getRealName();
11V_UTILEXPORT unsigned long getUserId();
12
13} // namespace vistle
14#endif
Definition: allobjects.cpp:30
unsigned long getUserId()
Definition: userinfo.cpp:46
std::string getLoginName()
Definition: userinfo.cpp:14
std::string getRealName()
Definition: userinfo.cpp:28
#define V_UTILEXPORT
Definition: export.h:19