EHS
Loading...
Searching...
No Matches
User.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/EHS.h"
4#include "ehs/Str.h"
5
6namespace ehs
7{
8 class EHS_LIB_IO User
9 {
10 public:
11 static void GetId(UInt_32* const real, UInt_32* const effective, UInt_32* const saved);
12
13 static Str_8 GetName();
14 };
15}
Definition User.h:9
static Str_8 GetName()
Definition User.cpp:16
static void GetId(UInt_32 *const real, UInt_32 *const effective, UInt_32 *const saved)
Definition User.cpp:10
Definition Anchor.h:6
unsigned int UInt_32
Definition Types.h:49
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1902