35 if ((!is.good())&&(is.eof()) )
66 if ((prevch==
'*')&&(ch==
'/')) {
93 }
else if (ch ==
'*') {
100 }
while ((ch==
' ')||(ch==
'\n')||(ch==
'\t'));
109 void Eat( std::istream& is,
int delim )
123 void EatEnd( std::istream& is,
int delim )
152 void Eat(std::istream& is,
const char* descript)
162 chdescr = (char)
Upper(*p);
172 if (chdescr!=
Upper(ch)) {
183 void EatWord(std::istream& is,
const char* delim,
char* storage,
int maxsize)
193 while ((
count==0)&&(strchr(delim,ch)==
NULL)) {
194 *p = (char) toupper(ch);
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
static int _EatUntilEndOfLine(std::istream &is, int *countp=NULL)
void EatEnd(std::istream &is, int delim)
void Eat(std::istream &is, int delim)
void EatWord(std::istream &is, const char *delim, char *storage, int maxsize)
static int _EatSpace(std::istream &is, int *countp=NULL)
static int _EatUntilEndOfComment(std::istream &is, int *countp=NULL)
void _check_istream(std::istream &is)