MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mgx::graph::Vertex< VertexContent, Alloc >::CountedContent Struct Reference

Type of the reference counted content. More...

#include <Vertex.hpp>

+ Inheritance diagram for mgx::graph::Vertex< VertexContent, Alloc >::CountedContent:

Public Types

typedef Alloc::template rebind
< CountedContent >::other 
alloc_t
 

Static Public Member Functions

static CountedContentNew ()
 
static CountedContentNew (const VertexContent &copy)
 
static void Delete (CountedContent *cc)
 

Public Attributes

unsigned int count
 Reference count on the vertex.
 
size_t num
 

Static Public Attributes

static alloc_t alloc
 

Detailed Description

template<typename VertexContent, typename Alloc>
struct mgx::graph::Vertex< VertexContent, Alloc >::CountedContent

Type of the reference counted content.


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