class gpstk::Namelist encapsulates a list of labels for use with classes Matrix, Vector and SRI.
Definition in file Namelist.cpp.
#include <string>
#include <vector>
#include <algorithm>
#include <ostream>
#include <fstream>
#include "Exception.hpp"
#include "StringUtils.hpp"
#include "Namelist.hpp"
Include dependency graph for Namelist.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Functions | |
| bool | operator== (const Namelist &N1, const Namelist &N2) |
| bool | operator!= (const Namelist &N1, const Namelist &N2) |
| bool | identical (const Namelist &N1, const Namelist &N2) |
| Namelist | operator & (const Namelist &N1, const Namelist &N2) |
| Namelist | operator| (const Namelist &N1, const Namelist &N2) |
| Namelist | operator^ (const Namelist &N1, const Namelist &N2) |
| ostream & | operator<< (ostream &os, const Namelist &N) |
| ostream & | operator<< (ostream &os, const LabelledVector &nlp) |
| ostream & | operator<< (ostream &os, const LabelledMatrix &nlp) |
|
||||||||||||
|
Definition at line 228 of file Namelist.cpp. References GPSTK_RETHROW, Namelist::labels, and Namelist::size(). Referenced by SRI::permute(). |
|
||||||||||||
|
Definition at line 242 of file Namelist.cpp. References GPSTK_RETHROW. |
|
||||||||||||
|
Definition at line 219 of file Namelist.cpp. References GPSTK_RETHROW. |
|
||||||||||||
|
||||||||||||
|
Definition at line 376 of file Namelist.cpp. References LabelledVector::form, Namelist::getName(), GPSTK_RETHROW, gpstk::StringUtils::leftJustify(), LabelledVector::msg, LabelledVector::NL, LabelledVector::prec, gpstk::StringUtils::rightJustify(), Vector::size(), Namelist::size(), LabelledVector::tag, LabelledVector::V, and LabelledVector::wid. |
|
||||||||||||
|
Definition at line 363 of file Namelist.cpp. References GPSTK_RETHROW, Namelist::labels, and Namelist::size(). |
|
||||||||||||
|
||||||||||||
|
Definition at line 264 of file Namelist.cpp. References GPSTK_RETHROW. |
|
||||||||||||
|
Definition at line 253 of file Namelist.cpp. References GPSTK_RETHROW. |
1.3.9.1