18  if (pos_ == text_.length()) 
return 0;
 
   20  int toRead = 
static_cast<int>(text_.length() - pos_);
 
   23  std::strncpy((
char*) 
toFill, text_.c_str()+pos_, 
toRead);
 
 
Smart reference counting pointer class for automatic garbage collection.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...