50 if (pos_ == text_.length())
return 0;
52 int toRead =
static_cast<int>(text_.length() - pos_);
55 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,...