DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
TGenerationCount.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_SUB_T_GENERATION_COUNT_HPP_
2 #define OMG_DDS_SUB_T_GENERATION_COUNT_HPP_
3 
4 #include <dds/core/Value.hpp>
5 
6 namespace dds { namespace sub {
7  template <typename DELEGATE>
9 } }
10 
11 template <typename DELEGATE>
12 class dds::sub::TGenerationCount : public dds::core::Value<DELEGATE> {
13 public:
15  TGenerationCount(int32_t dgc, int32_t nwgc);
16 
17 public:
18  int32_t disposed() const;
19  inline int32_t no_writers() const;
20 
21 };
22 
23 #endif /* OMG_DDS_SUB_T_GENERATION_COUNT_HPP_ */