ApraLinuxUtils
1.0.0
C++ utility library for embedded Linux systems
Loading...
Searching...
No Matches
ScopeFunction.h
Go to the documentation of this file.
1
/*
2
* ScopeFunction.h
3
*
4
* Copyright (c) 2024 Apra Labs
5
*
6
* This file is part of ApraUtils.
7
*
8
* Licensed under the MIT License.
9
* See LICENSE file in the project root for full license information.
10
*/
11
12
#ifndef INCLUDES_APRA_SCOPEFUNCTION_H_
13
#define INCLUDES_APRA_SCOPEFUNCTION_H_
14
#include <string>
15
16
namespace
apra
17
{
18
class
ScopeFunction
19
{
20
public
:
21
ScopeFunction
(std::string fName);
22
virtual
~ScopeFunction
();
23
private
:
24
std::string m_functionName;
25
};
26
}
27
28
#endif
/* INCLUDES_APRA_SCOPEFUNCTION_H_ */
apra::ScopeFunction
Definition
ScopeFunction.h:19
apra::ScopeFunction::~ScopeFunction
virtual ~ScopeFunction()
Definition
ScopeFunction.cpp:20
apra
Definition
EventCallbacks.h:16
includes
utils
ScopeFunction.h
Generated by
1.9.8