AudioManager
7.6.6
Native Application Runtime Environment
|
SPDX license identifier: MPL-2.0. More...
#include <functional>
#include <iostream>
#include <vector>
#include <map>
#include <list>
#include <stack>
#include <queue>
#include <algorithm>
#include <limits.h>
#include <iomanip>
#include <cstring>
#include <set>
Go to the source code of this file.
Classes | |
class | am::CAmGraphElement |
This class is base class for nodes and vertices. More... | |
class | am::CAmNode< NodeData > |
class | am::CAmVertex< NodeData, VertexData > |
class | am::CAmGraph< T, V > |
Class representing a directed or undirected graph. More... | |
Namespaces | |
am | |
A Common-API wrapper class, which loads the common-api runtime and instantiates all necessary objects. | |
Typedefs | |
typedef GES_VISITED | am::am_GraphElementStatus_e |
typedef GRAPH_PATH_END | am::am_GraphPathPosition_e |
Variables | |
typedef | am::enum |
Graph element status. More... | |
typedef | am::GES_IN_PROGRESS |
typedef | am::GRAPH_PATH_MIDDLE |
SPDX license identifier: MPL-2.0.
Copyright (C) 2012, BMW AG
This file is part of GENIVI Project AudioManager.
Contributions are licensed to the GENIVI Alliance under one or more Contribution License Agreements.
For further information see http://www.genivi.org/.
Definition in file CAmGraph.h.