zenilib
0.5.3.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Macro.cpp
Go to the documentation of this file.
1
//
2
// Copyright (c) 2011 The ANGLE Project Authors. All rights reserved.
3
// Use of this source code is governed by a BSD-style license that can be
4
// found in the LICENSE file.
5
//
6
7
#include "
Macro.h
"
8
9
#include "
Token.h
"
10
11
namespace
pp
12
{
13
14
bool
Macro::equals
(
const
Macro
& other)
const
15
{
16
return
(
type
== other.
type
) &&
17
(
name
== other.
name
) &&
18
(
parameters
== other.
parameters
) &&
19
(
replacements
== other.
replacements
);
20
}
21
22
}
// namespace pp
23
pp::Macro::type
Type type
Definition:
Macro.h:35
type
GLint GLenum GLsizei GLsizei GLsizei GLint GLenum GLenum type
Definition:
gl2ext.h:845
pp::Macro
Definition:
Macro.h:19
pp::Macro::name
std::string name
Definition:
Macro.h:36
pp
png_sPLT_entryp pp
Definition:
pngrutil.c:1375
name
EGLImageKHR EGLint * name
Definition:
eglext.h:284
pp::Macro::replacements
Replacements replacements
Definition:
Macro.h:38
pp::Macro::parameters
Parameters parameters
Definition:
Macro.h:37
Macro.h
pp::Macro::equals
bool equals(const Macro &other) const
Definition:
Macro.cpp:14
Token.h
zenilib
jni
external
angle
src
compiler
preprocessor
Macro.cpp
Generated on Thu Oct 3 2013 19:56:00 for zenilib by
1.8.5