MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::Vertex< VertexContent >::CountedContent Struct Reference

Type of the reference counted content. More...

#include <Vertex.hpp>

+ Inheritance diagram for mgx::Vertex< VertexContent >::CountedContent:

Public Member Functions

 CountedContent ()
 
 CountedContent (const CountedContent &copy)
 
 CountedContent (const VertexContent &copy)
 

Public Attributes

unsigned int count
 Reference count on the vertex. More...
 
size_t num
 

Detailed Description

template<typename VertexContent>
struct mgx::Vertex< VertexContent >::CountedContent

Type of the reference counted content.

Definition at line 65 of file Vertex.hpp.

Constructor & Destructor Documentation

◆ CountedContent() [1/3]

template<typename VertexContent >
mgx::Vertex< VertexContent >::CountedContent::CountedContent ( )
inline

Definition at line 66 of file Vertex.hpp.

◆ CountedContent() [2/3]

template<typename VertexContent >
mgx::Vertex< VertexContent >::CountedContent::CountedContent ( const CountedContent copy)
inline

Definition at line 71 of file Vertex.hpp.

◆ CountedContent() [3/3]

template<typename VertexContent >
mgx::Vertex< VertexContent >::CountedContent::CountedContent ( const VertexContent &  copy)
inline

Definition at line 74 of file Vertex.hpp.

Member Data Documentation

◆ count

template<typename VertexContent >
unsigned int mgx::Vertex< VertexContent >::CountedContent::count

Reference count on the vertex.

Definition at line 84 of file Vertex.hpp.

◆ num

template<typename VertexContent >
size_t mgx::Vertex< VertexContent >::CountedContent::num

Definition at line 86 of file Vertex.hpp.


The documentation for this struct was generated from the following file: