Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:Name

17 // *       Neither the name of Industrial Light & Magic nor the names of
52 class Name
60 Name ();
61 Name (const char text[]);
68 Name & operator = (const char text[]);
91 bool operator == (const Name &x, const Name &y);
92 bool operator != (const Name &x, const Name &y);
93 bool operator < (const Name &x, const Name &y);
100 inline Name &
101 Name::operator = (const char text[])
109 Name::Name ()
116 Name::Name (const char text[])
124 operator == (const Name &x, const Name &y)
131 operator != (const Name &x, const Name &y)
138 operator < (const Name &x, const Name &y)