bux API Reference
1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
include
bux
XConsole.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string_view>
// std::string_view
4
5
namespace
bux
{
6
7
//
8
// Externals
9
//
10
void
getKeyPunch
(std::string_view msg,
int
&key,
const
char
*keyFilter =0);
11
void
pressAKey
();
12
bool
testWritability
(
const
char
*file);
13
14
}
// namespace bux
bux
THE common namespace of bux library.
Definition
AtomiX.cpp:3
bux::testWritability
bool testWritability(const char *file)
Definition
XConsole.cpp:195
bux::pressAKey
void pressAKey()
Definition
XConsole.cpp:183
bux::getKeyPunch
void getKeyPunch(std::string_view msg, int &key, const char *keyFilter)
Definition
XConsole.cpp:165
Generated by
1.12.0