30 return left.find(
x) != left.end();
34 return right.find(
y) != right.end();
39 return left.find(ustring(
x))->second;
43 return left.find(
x)->second;
47 return right.find(
y)->second;
50 unordered_map<ustring, int, ustringHash>::const_iterator
begin()
const
54 unordered_map<ustring, int, ustringHash>::const_iterator
end()
const
60 unordered_map<ustring, int, ustringHash> left;
61 unordered_map<int, ustring> right;
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum const void *lists _GL_VOID_RET _GL_VOID const GLdouble *equation _GL_VOID_RET _GL_VOID GLdouble GLdouble blue _GL_VOID_RET _GL_VOID GLfloat GLfloat blue _GL_VOID_RET _GL_VOID GLint GLint blue _GL_VOID_RET _GL_VOID GLshort GLshort blue _GL_VOID_RET _GL_VOID GLubyte GLubyte blue _GL_VOID_RET _GL_VOID GLuint GLuint blue _GL_VOID_RET _GL_VOID GLushort GLushort blue _GL_VOID_RET _GL_VOID GLbyte GLbyte GLbyte alpha _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble alpha _GL_VOID_RET _GL_VOID GLfloat GLfloat GLfloat alpha _GL_VOID_RET _GL_VOID GLint GLint GLint alpha _GL_VOID_RET _GL_VOID GLshort GLshort GLshort alpha _GL_VOID_RET _GL_VOID GLubyte GLubyte GLubyte alpha _GL_VOID_RET _GL_VOID GLuint GLuint GLuint alpha _GL_VOID_RET _GL_VOID GLushort GLushort GLushort alpha _GL_VOID_RET _GL_VOID GLenum mode _GL_VOID_RET _GL_VOID GLint y
#define CCL_NAMESPACE_END
ustring operator[](int y) const
int operator[](ustring x) const
unordered_map< ustring, int, ustringHash >::const_iterator begin() const
void insert(const char *x, int y)
unordered_map< ustring, int, ustringHash >::const_iterator end() const
int operator[](const char *x) const
bool exists(ustring x) const