KDevelop API Documentation

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

#define DELETE_CONTAINER container   )     {if ( (container) != NULL ) delete (container) ; }
 

Definition at line 40 of file ASFormatter.cpp.

#define INIT_CONTAINER container,
value   )     {if ( (container) != NULL ) delete (container); (container) = (value); }
 

Definition at line 39 of file ASFormatter.cpp.

#define IS_A a,
b   )     ( ((a) & (b)) == (b))
 

Definition at line 41 of file ASFormatter.cpp.

Referenced by astyle::ASFormatter::isPointerOrReference(), and astyle::ASFormatter::nextLine().

KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:16 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003