Pothos
0.4.0-gd11861cd
The Pothos dataflow programming software suite
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
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::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 Tue Aug 2 2016 14:49:03 for Pothos by
1.8.6