GraphTool
1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
src
memory_layout.h
1
4
#ifndef MEMORY_LAYOUT_H_
5
#define MEMORY_LAYOUT_H_
6
7
class
MemoryLayout
{
8
public
:
9
MemoryLayout
();
10
~
MemoryLayout
();
11
12
unsigned
int
num_nodes();
13
void
inc_num_nodes();
14
15
private
:
16
unsigned
int
num_nodes_;
17
};
18
19
#endif
MemoryLayout
Definition:
memory_layout.h:7
Generated on Sun Jun 1 2014 21:59:10 for GraphTool by
1.8.6