Class Index | Cross Index | Namespace Index |
ThreadPoolSingleton | bit_vector | filebuf | fstream | ifstream |
ofstream |
Parameters:
Name | Type | Description |
ptr_to_delete | T* const | A pointer to the dynamically allocated array. Default is NULL. |
Parameters:
Name | Type | Description |
index | const size_t | Index into array. |
: T* | A pointer to new array buffer. Default is NULL. |
Return value:
T& - A reference to the requested array element. T& - A reference to the requested array element. T* - A pointer to the array. T* - A pointer to the array.
Pointers are deleted and a NULL pointer is returned in its place.
Parameters:
Name | Type | Description |
Ptr | T* | Pointer to be deleted |
Return value:
Value to use in place of origional pointer -
class GPSTime
Parameters:
Name | Type | Description |
Prefix | const std::string& | Text to be prepended to the exception text. |
Exception | const std::exception& | Origional exception that was thrown and used as type of exception to throw. |
Establish the filename which contains the leap seconds
class - UnitTest
There is a specialized version of underflow, for basic_filebuf, in fstream.cxx.
Change the filebuf's locale. This member function has no effect unless it is called before any I/O is performed on the stream.
Compares the strings S1 and S2 and returns an integer less than, equal to, greater than zero.
Parameters:
Name | Type | Description |
S1 | const std::string& | Left hand side of comparison |
S2 | const std::string& | Right hand side of comparison |
A specialization of the STL hash functional to perform a case-insensitive hash of a C++ string.
This allows the reassignment of pointer ownership
Return value:
AutoArray< T >& - a reference to this
templateclass General::RefPtr
This method does the work of the thread and runs in the controlled thread. It does a task and then waits for another task. This allows for the thread to be reused.
Parameters:
Name | Type | Description |
cl | the class throwing the exception, as a string | |
fl | the program unit (file name) where the exception is thrown | |
ln | the line number in the program where exception is thrown | |
de | a short description of the exceptional condition |