This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ntutils.h
Go to the documentation of this file.
1
/* ntutils.h */
2
/*
3
* Copyright information and license terms for this software can be
4
* found in the file LICENSE that is included with the distribution
5
*/
6
#ifndef NTUTILS_H
7
#define NTUTILS_H
8
9
#include <string>
10
#include <
shareLib.h
>
11
12
namespace
epics
{
namespace
nt {
13
19
class
epicsShareClass
NTUtils
{
20
public
:
21
29
static
bool
is_a(
const
std::string &u1,
const
std::string &u2);
30
31
private
:
32
// disable object creation
33
NTUtils
() {}
34
};
35
36
}}
37
38
#endif
/* NTUTILS_H */
39
epics::nt::NTUtils
Utility methods for NT types.
Definition:
ntutils.h:19
epics
TODO only here because of the Lockable.
Definition:
ntaggregate.cpp:16
shareLib.h
Mark external symbols and entry points for shared libraries.
epicsShareClass
#define epicsShareClass
Definition:
shareLib.h:206
modules
normativeTypes
src
pv
ntutils.h
Generated by
1.8.11