Pothos
0.2.1-g9f04573d
The Pothos dataflow programming software suite
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
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 Wed Aug 26 2015 16:53:35 for Pothos by
1.8.6