astyle.h File Reference
#include "compiler_defines.h"
#include <string>
#include <vector>
Include dependency graph for astyle.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | astyle |
Classes | |
class | astyle::ASSourceIterator |
class | astyle::ASResource |
class | astyle::ASBeautifier |
class | astyle::ASFormatter |
Enumerations | |
enum | BracketMode { NONE_MODE, ATTACH_MODE, BREAK_MODE, BDAC_MODE } |
enum | BracketType { NULL_TYPE = 0, DEFINITION_TYPE = 1, COMMAND_TYPE = 2, ARRAY_TYPE = 4, SINGLE_LINE_TYPE = 8 } |
Enumeration Type Documentation
|
|
|
Definition at line 36 of file astyle.h. Referenced by astyle::ASFormatter::getBracketType(), and astyle::ASFormatter::nextLine(). |