lib/astyle/ASFormatter.cpp File Reference
#include "compiler_defines.h"
#include "astyle.h"
#include <string>
#include <cctype>
#include <vector>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | astyle |
Defines | |
#define | INIT_CONTAINER(container, value) {if ( (container) != NULL ) delete (container); (container) = (value); } |
#define | DELETE_CONTAINER(container) {if ( (container) != NULL ) delete (container) ; } |
#define | IS_A(a, b) ( ((a) & (b)) == (b)) |
Define Documentation
|
Definition at line 40 of file ASFormatter.cpp. |
|
Definition at line 39 of file ASFormatter.cpp. |
|
Definition at line 41 of file ASFormatter.cpp. Referenced by astyle::ASFormatter::isPointerOrReference(), and astyle::ASFormatter::nextLine(). |