Pothos
0.4.1-gb758ed46
The Pothos dataflow programming software suite
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
Pothos
Util
UID.hpp
Go to the documentation of this file.
1
11
#pragma once
12
#include <
Pothos/Config.hpp
>
13
#include <string>
14
15
namespace
Pothos
{
16
namespace
Util {
17
21
class
POTHOS_API
UID
22
{
23
public
:
24
26
UID
(
void
);
27
29
const
std::string &uid(
void
)
const
;
30
31
private
:
32
std::string _uid;
33
};
34
35
}
//namespace Util
36
}
//namespace Pothos
37
38
inline
const
std::string &
Pothos::Util::UID::uid
(
void
)
const
39
{
40
return
_uid;
41
}
POTHOS_API
#define POTHOS_API
Definition:
Config.hpp:41
Config.hpp
Pothos
Definition:
Testing.hpp:134
Pothos::Util::UID
Definition:
UID.hpp:21
Pothos::Util::UID::uid
const std::string & uid(void) const
Get the UID as a string.
Definition:
UID.hpp:38
Generated on Mon Sep 26 2016 11:15:42 for Pothos by
1.8.11