Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
scoped_set_tz.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "testing/scoped_set_tz.h"
#include <stdlib.h>
#include <time.h>
#include "build/build_config.h"
#include "third_party/base/check_op.h"
+ Include dependency graph for scoped_set_tz.cpp:

Go to the source code of this file.

Macros

#define SETENV(name, value)
 
#define TZSET   tzset
 
#define UNSETENV(name)
 

Macro Definition Documentation

◆ SETENV

#define SETENV ( name,
value )
Value:
setenv(name, value, 1)
EGLImageKHR EGLint * name
EGLOutputLayerEXT EGLint EGLAttrib value
[5]

Definition at line 22 of file scoped_set_tz.cpp.

◆ TZSET

#define TZSET   tzset

Definition at line 23 of file scoped_set_tz.cpp.

◆ UNSETENV

#define UNSETENV ( name)
Value:
unsetenv(name)

Definition at line 24 of file scoped_set_tz.cpp.