From 1111f28e3693ee0f296819654a5c35fe147c395d Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:11:30 -0700 Subject: add doxygen documentation for github Signed-off-by: Christian as GENIVI Maintainer --- docs/classam_1_1CAmVertex.html | 359 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 359 insertions(+) create mode 100644 docs/classam_1_1CAmVertex.html (limited to 'docs/classam_1_1CAmVertex.html') diff --git a/docs/classam_1_1CAmVertex.html b/docs/classam_1_1CAmVertex.html new file mode 100644 index 0000000..8ad8e6a --- /dev/null +++ b/docs/classam_1_1CAmVertex.html @@ -0,0 +1,359 @@ + + + + + + +AudioManager: am::CAmVertex< NodeData, VertexData > Class Template Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::CAmVertex< NodeData, VertexData > Class Template Reference
+
+
+ +

#include <CAmGraph.h>

+
+Inheritance diagram for am::CAmVertex< NodeData, VertexData >:
+
+
+ + +am::CAmGraphElement + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 CAmVertex (CAmNode< NodeData > *aNode, const VertexData &vertexData, const uint16_t weight)
 
 ~CAmVertex ()
 
CAmNode< NodeData > * getNode () const
 Setters and getters. More...
 
VertexData & getData ()
 
uint16_t getWeight () const
 
void setWeight (const uint16_t weight)
 
- Public Member Functions inherited from am::CAmGraphElement
 CAmGraphElement ()
 
 ~CAmGraphElement ()
 
void setStatus (const am_GraphElementStatus_e s)
 Setter and getter. More...
 
am_GraphElementStatus_e getStatus () const
 
+

Detailed Description

+

template<class NodeData, class VertexData>
+class am::CAmVertex< NodeData, VertexData >

+ + +

Definition at line 96 of file CAmGraph.h.

+

Constructor & Destructor Documentation

+ +
+
+
+template<class NodeData, class VertexData>
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
am::CAmVertex< NodeData, VertexData >::CAmVertex (CAmNode< NodeData > * aNode,
const VertexData & vertexData,
const uint16_t weight 
)
+
+inline
+
+ +

Definition at line 102 of file CAmGraph.h.

+ +
+
+ +
+
+
+template<class NodeData, class VertexData>
+ + + + + +
+ + + + + + + +
am::CAmVertex< NodeData, VertexData >::~CAmVertex ()
+
+inline
+
+ +

Definition at line 104 of file CAmGraph.h.

+ +
+
+

Member Function Documentation

+ +
+
+
+template<class NodeData, class VertexData>
+ + + + + +
+ + + + + + + +
VertexData& am::CAmVertex< NodeData, VertexData >::getData ()
+
+inline
+
+ +

Definition at line 109 of file CAmGraph.h.

+ +
+
+ +
+
+
+template<class NodeData, class VertexData>
+ + + + + +
+ + + + + + + +
CAmNode<NodeData>* am::CAmVertex< NodeData, VertexData >::getNode () const
+
+inline
+
+ +

Setters and getters.

+ +

Definition at line 108 of file CAmGraph.h.

+ +
+
+ +
+
+
+template<class NodeData, class VertexData>
+ + + + + +
+ + + + + + + +
uint16_t am::CAmVertex< NodeData, VertexData >::getWeight () const
+
+inline
+
+ +

Definition at line 110 of file CAmGraph.h.

+ +
+
+ +
+
+
+template<class NodeData, class VertexData>
+ + + + + +
+ + + + + + + + +
void am::CAmVertex< NodeData, VertexData >::setWeight (const uint16_t weight)
+
+inline
+
+ +

Definition at line 111 of file CAmGraph.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1