From 006a2ce21f277f171c8da9f4455c7299977fd87a Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:27:37 -0700 Subject: add actual doxygen documentation Signed-off-by: Christian as GENIVI Maintainer --- classam_1_1CAmGraphElement.html | 270 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 classam_1_1CAmGraphElement.html (limited to 'classam_1_1CAmGraphElement.html') diff --git a/classam_1_1CAmGraphElement.html b/classam_1_1CAmGraphElement.html new file mode 100644 index 0000000..ff3f801 --- /dev/null +++ b/classam_1_1CAmGraphElement.html @@ -0,0 +1,270 @@ + + + + + + +AudioManager: am::CAmGraphElement Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::CAmGraphElement Class Reference
+
+
+ +

This class is base class for nodes and vertices. + More...

+ +

#include <CAmGraph.h>

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

+Public Member Functions

 CAmGraphElement ()
 
 ~CAmGraphElement ()
 
void setStatus (const am_GraphElementStatus_e s)
 Setter and getter. More...
 
am_GraphElementStatus_e getStatus () const
 
+

Detailed Description

+

This class is base class for nodes and vertices.

+ +

Definition at line 67 of file CAmGraph.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
am::CAmGraphElement::CAmGraphElement ()
+
+inline
+
+ +

Definition at line 71 of file CAmGraph.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
am::CAmGraphElement::~CAmGraphElement ()
+
+inline
+
+ +

Definition at line 72 of file CAmGraph.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
am_GraphElementStatus_e am::CAmGraphElement::getStatus () const
+
+inline
+
+ +

Definition at line 77 of file CAmGraph.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void am::CAmGraphElement::setStatus (const am_GraphElementStatus_e s)
+
+inline
+
+ +

Setter and getter.

+ +

Definition at line 76 of file CAmGraph.h.

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