Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/enablevtmode.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __ENABLEVTMODE_H__
8
#define __ENABLEVTMODE_H__
9
10
namespace
Helpers
11
{
12
void
enableVTMode
();
13
14
}
// end namespace
15
16
#endif
// __ENABLEVTMODE_H__
17
Helpers
The namespace containing all the "helper" functions in the C++ code.
Definition:
argumentinvalid_error.h:14
Helpers::enableVTMode
void enableVTMode()
On Windows, enable the virtual terminal processing mode on the Console's output handle....
Definition:
enablevtmode.cpp:85
cplusplus
helpers
enablevtmode.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6