casa
5.7.0-16
|
The FlagRow class is a row of a FlagTable. More...
#include <FlagRow.h>
Public Member Functions | |
virtual | ~FlagRow () |
friend class asdm::TableStreamReader<FlagTable, FlagRow>; More... | |
FlagTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
ArrayTime | getStartTime () const |
===> Attribute startTime More... | |
void | setStartTime (ArrayTime startTime) |
Set startTime with the specified ArrayTime. More... | |
ArrayTime | getEndTime () const |
===> Attribute endTime More... | |
void | setEndTime (ArrayTime endTime) |
Set endTime with the specified ArrayTime. More... | |
std::string | getReason () const |
===> Attribute reason More... | |
void | setReason (std::string reason) |
Set reason with the specified std::string. More... | |
int | getNumAntenna () const |
===> Attribute numAntenna More... | |
void | setNumAntenna (int numAntenna) |
Set numAntenna with the specified int. More... | |
bool | isNumPolarizationTypeExists () const |
===> Attribute numPolarizationType, which is optional More... | |
int | getNumPolarizationType () const |
Get numPolarizationType, which is optional. More... | |
void | setNumPolarizationType (int numPolarizationType) |
Set numPolarizationType with the specified int. More... | |
void | clearNumPolarizationType () |
Mark numPolarizationType, which is an optional field, as non-existent. More... | |
bool | isNumSpectralWindowExists () const |
===> Attribute numSpectralWindow, which is optional More... | |
int | getNumSpectralWindow () const |
Get numSpectralWindow, which is optional. More... | |
void | setNumSpectralWindow (int numSpectralWindow) |
Set numSpectralWindow with the specified int. More... | |
void | clearNumSpectralWindow () |
Mark numSpectralWindow, which is an optional field, as non-existent. More... | |
bool | isNumPairedAntennaExists () const |
===> Attribute numPairedAntenna, which is optional More... | |
int | getNumPairedAntenna () const |
Get numPairedAntenna, which is optional. More... | |
void | setNumPairedAntenna (int numPairedAntenna) |
Set numPairedAntenna with the specified int. More... | |
void | clearNumPairedAntenna () |
Mark numPairedAntenna, which is an optional field, as non-existent. More... | |
bool | isNumChanExists () const |
===> Attribute numChan, which is optional More... | |
int | getNumChan () const |
Get numChan, which is optional. More... | |
void | setNumChan (int numChan) |
Set numChan with the specified int. More... | |
void | clearNumChan () |
Mark numChan, which is an optional field, as non-existent. More... | |
bool | isPolarizationTypeExists () const |
===> Attribute polarizationType, which is optional More... | |
std::vector < PolarizationTypeMod::PolarizationType > | getPolarizationType () const |
Get polarizationType, which is optional. More... | |
void | setPolarizationType (std::vector< PolarizationTypeMod::PolarizationType > polarizationType) |
Set polarizationType with the specified std::vector<PolarizationTypeMod::PolarizationType >. More... | |
void | clearPolarizationType () |
Mark polarizationType, which is an optional field, as non-existent. More... | |
bool | isChannelExists () const |
===> Attribute channel, which is optional More... | |
std::vector< std::vector< int > > | getChannel () const |
Get channel, which is optional. More... | |
void | setChannel (std::vector< std::vector< int > > channel) |
Set channel with the specified std::vector<std::vector<int > >. More... | |
void | clearChannel () |
Mark channel, which is an optional field, as non-existent. More... | |
void | setAntennaId (std::vector< Tag > antennaId) |
Set antennaId with the specified std::vector<Tag> . More... | |
bool | isPairedAntennaIdExists () const |
===> Attribute pairedAntennaId, which is optional More... | |
std::vector< Tag > | getPairedAntennaId () const |
Get pairedAntennaId, which is optional. More... | |
void | setPairedAntennaId (std::vector< Tag > pairedAntennaId) |
Set pairedAntennaId with the specified std::vector<Tag> . More... | |
void | clearPairedAntennaId () |
Mark pairedAntennaId, which is an optional field, as non-existent. More... | |
bool | isSpectralWindowIdExists () const |
===> Attribute spectralWindowId, which is optional More... | |
std::vector< Tag > | getSpectralWindowId () const |
Get spectralWindowId, which is optional. More... | |
void | setSpectralWindowId (std::vector< Tag > spectralWindowId) |
Set spectralWindowId with the specified std::vector<Tag> . More... | |
void | clearSpectralWindowId () |
Mark spectralWindowId, which is an optional field, as non-existent. More... | |
Links *void | setAntennaId (int i, Tag antennaId) |
Set antennaId[i] with the specified Tag. More... | |
void | addAntennaId (Tag id) |
Append a Tag to antennaId. More... | |
void | addAntennaId (const std::vector< Tag > &id) |
Append a vector of Tag to antennaId. More... | |
const Tag | getAntennaId (int i) |
Returns the Tag stored in antennaId at position i. More... | |
AntennaRow * | getAntennaUsingAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i. More... | |
std::vector< AntennaRow * > | getAntennasUsingAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId. More... | |
void | setPairedAntennaId (int i, Tag pairedAntennaId) |
Set pairedAntennaId[i] with the specified Tag. More... | |
void | addPairedAntennaId (Tag id) |
Append a Tag to pairedAntennaId. More... | |
void | addPairedAntennaId (const std::vector< Tag > &id) |
Append a vector of Tag to pairedAntennaId. More... | |
const Tag | getPairedAntennaId (int i) |
Returns the Tag stored in pairedAntennaId at position i. More... | |
AntennaRow * | getAntennaUsingPairedAntennaId (int i) |
Returns the AntennaRow linked to this row via the tag stored in pairedAntennaId at position i. More... | |
std::vector< AntennaRow * > | getAntennasUsingPairedAntennaId () |
Returns the vector of AntennaRow* linked to this row via the Tags stored in pairedAntennaId. More... | |
void | setSpectralWindowId (int i, Tag spectralWindowId) |
Set spectralWindowId[i] with the specified Tag. More... | |
void | addSpectralWindowId (Tag id) |
Append a Tag to spectralWindowId. More... | |
void | addSpectralWindowId (const std::vector< Tag > &id) |
Append a vector of Tag to spectralWindowId. More... | |
const Tag | getSpectralWindowId (int i) |
Returns the Tag stored in spectralWindowId at position i. More... | |
SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId (int i) |
Returns the SpectralWindowRow linked to this row via the tag stored in spectralWindowId at position i. More... | |
std::vector< SpectralWindowRow * > | getSpectralWindowsUsingSpectralWindowId () |
Returns the vector of SpectralWindowRow* linked to this row via the Tags stored in spectralWindowId. More... | |
bool | compareNoAutoInc (ArrayTime startTime, ArrayTime endTime, std::string reason, int numAntenna, std::vector< Tag > antennaId) |
Compare each mandatory attribute except the autoincrementable one of this FlagRow with the corresponding parameters and return true if there is a match and false otherwise. More... | |
bool | compareRequiredValue (ArrayTime startTime, ArrayTime endTime, std::string reason, int numAntenna, std::vector< Tag > antennaId) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (FlagRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::FlagRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::FlagRowIDL &x) const |
Define the content of a FlagRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::FlagRowIDL x) |
Fill the values of this row from the IDL struct FlagRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Member Functions | |
void | isAdded (bool added) |
This method is used by the Table class when this row is added to the table. More... | |
FlagRow (FlagTable &table) | |
Create a FlagRow. More... | |
FlagRow (FlagTable &table, FlagRow *row) | |
Create a FlagRow using a copy constructor mechanism. More... | |
void | setFlagId (Tag flagId) |
Set flagId with the specified Tag value. More... | |
void | flagIdFromBin (EndianIStream &eis) |
void | startTimeFromBin (EndianIStream &eis) |
void | endTimeFromBin (EndianIStream &eis) |
void | reasonFromBin (EndianIStream &eis) |
void | numAntennaFromBin (EndianIStream &eis) |
void | antennaIdFromBin (EndianIStream &eis) |
void | numPolarizationTypeFromBin (EndianIStream &eis) |
void | numSpectralWindowFromBin (EndianIStream &eis) |
void | numPairedAntennaFromBin (EndianIStream &eis) |
void | numChanFromBin (EndianIStream &eis) |
void | polarizationTypeFromBin (EndianIStream &eis) |
void | channelFromBin (EndianIStream &eis) |
void | pairedAntennaIdFromBin (EndianIStream &eis) |
void | spectralWindowIdFromBin (EndianIStream &eis) |
void | flagIdFromText (const std::string &s) |
void | startTimeFromText (const std::string &s) |
void | endTimeFromText (const std::string &s) |
void | reasonFromText (const std::string &s) |
void | numAntennaFromText (const std::string &s) |
void | antennaIdFromText (const std::string &s) |
void | numPolarizationTypeFromText (const std::string &s) |
void | numSpectralWindowFromText (const std::string &s) |
void | numPairedAntennaFromText (const std::string &s) |
void | numChanFromText (const std::string &s) |
void | polarizationTypeFromText (const std::string &s) |
void | channelFromText (const std::string &s) |
void | pairedAntennaIdFromText (const std::string &s) |
void | spectralWindowIdFromText (const std::string &s) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. More... | |
Private Attributes | |
FlagTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ArrayTime | startTime |
===> Attribute startTime More... | |
ArrayTime | endTime |
===> Attribute endTime More... | |
std::string | reason |
===> Attribute reason More... | |
int | numAntenna |
===> Attribute numAntenna More... | |
bool | numPolarizationTypeExists |
===> Attribute numPolarizationType, which is optional More... | |
int | numPolarizationType |
bool | numSpectralWindowExists |
===> Attribute numSpectralWindow, which is optional More... | |
int | numSpectralWindow |
bool | numPairedAntennaExists |
===> Attribute numPairedAntenna, which is optional More... | |
int | numPairedAntenna |
bool | numChanExists |
===> Attribute numChan, which is optional More... | |
int | numChan |
bool | polarizationTypeExists |
===> Attribute polarizationType, which is optional More... | |
std::vector < PolarizationTypeMod::PolarizationType > | polarizationType |
bool | channelExists |
===> Attribute channel, which is optional More... | |
std::vector< std::vector< int > > | channel |
bool | pairedAntennaIdExists |
===> Attribute pairedAntennaId, which is optional More... | |
std::vector< Tag > | pairedAntennaId |
bool | spectralWindowIdExists |
===> Attribute spectralWindowId, which is optional More... | |
std::vector< Tag > | spectralWindowId |
Links *binary deserialization material from an EndianIStream std::map< std::string, FlagAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, FlagAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::FlagTable |
class | asdm::RowTransformer< FlagRow > |
|
virtual |
friend class asdm::TableStreamReader<FlagTable, FlagRow>;
|
private |
Create a FlagRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
Create a FlagRow using a copy constructor mechanism.
Given a FlagRow row and a FlagTable table, the method creates a new FlagRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
row | The row which is to be copied. |
void asdm::FlagRow::addAntennaId | ( | Tag | id | ) |
void asdm::FlagRow::addAntennaId | ( | const std::vector< Tag > & | id | ) |
void asdm::FlagRow::addPairedAntennaId | ( | Tag | id | ) |
void asdm::FlagRow::addPairedAntennaId | ( | const std::vector< Tag > & | id | ) |
void asdm::FlagRow::addSpectralWindowId | ( | Tag | id | ) |
void asdm::FlagRow::addSpectralWindowId | ( | const std::vector< Tag > & | id | ) |
|
private |
|
private |
|
private |
|
private |
void asdm::FlagRow::clearChannel | ( | ) |
Mark channel, which is an optional field, as non-existent.
void asdm::FlagRow::clearNumChan | ( | ) |
Mark numChan, which is an optional field, as non-existent.
void asdm::FlagRow::clearNumPairedAntenna | ( | ) |
Mark numPairedAntenna, which is an optional field, as non-existent.
void asdm::FlagRow::clearNumPolarizationType | ( | ) |
Mark numPolarizationType, which is an optional field, as non-existent.
void asdm::FlagRow::clearNumSpectralWindow | ( | ) |
Mark numSpectralWindow, which is an optional field, as non-existent.
void asdm::FlagRow::clearPairedAntennaId | ( | ) |
Mark pairedAntennaId, which is an optional field, as non-existent.
void asdm::FlagRow::clearPolarizationType | ( | ) |
Mark polarizationType, which is an optional field, as non-existent.
void asdm::FlagRow::clearSpectralWindowId | ( | ) |
Mark spectralWindowId, which is an optional field, as non-existent.
bool asdm::FlagRow::compareNoAutoInc | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
std::string | reason, | ||
int | numAntenna, | ||
std::vector< Tag > | antennaId | ||
) |
Compare each mandatory attribute except the autoincrementable one of this FlagRow with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
reason | |
numAntenna | |
antennaId |
bool asdm::FlagRow::compareRequiredValue | ( | ArrayTime | startTime, |
ArrayTime | endTime, | ||
std::string | reason, | ||
int | numAntenna, | ||
std::vector< Tag > | antennaId | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
startTime | |
endTime | |
reason | |
numAntenna | |
antennaId |
|
private |
|
private |
bool asdm::FlagRow::equalByRequiredValue | ( | FlagRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the FlagRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
const Tag asdm::FlagRow::getAntennaId | ( | int | i | ) |
std::vector<AntennaRow *> asdm::FlagRow::getAntennasUsingAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in antennaId.
std::vector<AntennaRow *> asdm::FlagRow::getAntennasUsingPairedAntennaId | ( | ) |
Returns the vector of AntennaRow* linked to this row via the Tags stored in pairedAntennaId.
AntennaRow* asdm::FlagRow::getAntennaUsingAntennaId | ( | int | i | ) |
Returns the AntennaRow linked to this row via the tag stored in antennaId at position i.
i | the position in antennaId. |
AntennaRow* asdm::FlagRow::getAntennaUsingPairedAntennaId | ( | int | i | ) |
Returns the AntennaRow linked to this row via the tag stored in pairedAntennaId at position i.
i | the position in pairedAntennaId. |
std::vector<std::vector<int > > asdm::FlagRow::getChannel | ( | ) | const |
Get channel, which is optional.
IllegalAccessException | If channel does not exist. |
ArrayTime asdm::FlagRow::getEndTime | ( | ) | const |
int asdm::FlagRow::getNumAntenna | ( | ) | const |
===> Attribute numAntenna
Get numAntenna.
int asdm::FlagRow::getNumChan | ( | ) | const |
Get numChan, which is optional.
IllegalAccessException | If numChan does not exist. |
int asdm::FlagRow::getNumPairedAntenna | ( | ) | const |
Get numPairedAntenna, which is optional.
IllegalAccessException | If numPairedAntenna does not exist. |
int asdm::FlagRow::getNumPolarizationType | ( | ) | const |
Get numPolarizationType, which is optional.
IllegalAccessException | If numPolarizationType does not exist. |
int asdm::FlagRow::getNumSpectralWindow | ( | ) | const |
Get numSpectralWindow, which is optional.
IllegalAccessException | If numSpectralWindow does not exist. |
std::vector<Tag> asdm::FlagRow::getPairedAntennaId | ( | ) | const |
Get pairedAntennaId, which is optional.
IllegalAccessException | If pairedAntennaId does not exist. |
const Tag asdm::FlagRow::getPairedAntennaId | ( | int | i | ) |
std::vector<PolarizationTypeMod::PolarizationType > asdm::FlagRow::getPolarizationType | ( | ) | const |
Get polarizationType, which is optional.
IllegalAccessException | If polarizationType does not exist. |
std::string asdm::FlagRow::getReason | ( | ) | const |
===> Attribute reason
Get reason.
std::vector<Tag> asdm::FlagRow::getSpectralWindowId | ( | ) | const |
Get spectralWindowId, which is optional.
IllegalAccessException | If spectralWindowId does not exist. |
const Tag asdm::FlagRow::getSpectralWindowId | ( | int | i | ) |
std::vector<SpectralWindowRow *> asdm::FlagRow::getSpectralWindowsUsingSpectralWindowId | ( | ) |
Returns the vector of SpectralWindowRow* linked to this row via the Tags stored in spectralWindowId.
SpectralWindowRow* asdm::FlagRow::getSpectralWindowUsingSpectralWindowId | ( | int | i | ) |
Returns the SpectralWindowRow linked to this row via the tag stored in spectralWindowId at position i.
i | the position in spectralWindowId. |
ArrayTime asdm::FlagRow::getStartTime | ( | ) | const |
FlagTable& asdm::FlagRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::FlagRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::FlagRow::isChannelExists | ( | ) | const |
===> Attribute channel, which is optional
The attribute channel is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumChanExists | ( | ) | const |
===> Attribute numChan, which is optional
The attribute numChan is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumPairedAntennaExists | ( | ) | const |
===> Attribute numPairedAntenna, which is optional
The attribute numPairedAntenna is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumPolarizationTypeExists | ( | ) | const |
===> Attribute numPolarizationType, which is optional
The attribute numPolarizationType is optional. Return true if this attribute exists.
bool asdm::FlagRow::isNumSpectralWindowExists | ( | ) | const |
===> Attribute numSpectralWindow, which is optional
The attribute numSpectralWindow is optional. Return true if this attribute exists.
bool asdm::FlagRow::isPairedAntennaIdExists | ( | ) | const |
===> Attribute pairedAntennaId, which is optional
The attribute pairedAntennaId is optional. Return true if this attribute exists.
bool asdm::FlagRow::isPolarizationTypeExists | ( | ) | const |
===> Attribute polarizationType, which is optional
The attribute polarizationType is optional. Return true if this attribute exists.
bool asdm::FlagRow::isSpectralWindowIdExists | ( | ) | const |
===> Attribute spectralWindowId, which is optional
The attribute spectralWindowId is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::FlagRow::setAntennaId | ( | std::vector< Tag > | antennaId | ) |
Set antennaId with the specified std::vector<Tag> .
antennaId | The std::vector<Tag> value to which antennaId is to be set. |
Links* void asdm::FlagRow::setAntennaId | ( | int | i, |
Tag | antennaId | ||
) |
void asdm::FlagRow::setChannel | ( | std::vector< std::vector< int > > | channel | ) |
Set channel with the specified std::vector<std::vector<int > >.
channel | The std::vector<std::vector<int > > value to which channel is to be set. |
void asdm::FlagRow::setEndTime | ( | ArrayTime | endTime | ) |
|
private |
Set flagId with the specified Tag value.
flagId | The Tag value to which flagId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::FlagRow::setFromIDL | ( | asdmIDL::FlagRowIDL | x | ) |
Fill the values of this row from the IDL struct FlagRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::FlagRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::FlagRow::setNumAntenna | ( | int | numAntenna | ) |
Set numAntenna with the specified int.
numAntenna | The int value to which numAntenna is to be set. |
void asdm::FlagRow::setNumChan | ( | int | numChan | ) |
Set numChan with the specified int.
numChan | The int value to which numChan is to be set. |
void asdm::FlagRow::setNumPairedAntenna | ( | int | numPairedAntenna | ) |
Set numPairedAntenna with the specified int.
numPairedAntenna | The int value to which numPairedAntenna is to be set. |
void asdm::FlagRow::setNumPolarizationType | ( | int | numPolarizationType | ) |
Set numPolarizationType with the specified int.
numPolarizationType | The int value to which numPolarizationType is to be set. |
void asdm::FlagRow::setNumSpectralWindow | ( | int | numSpectralWindow | ) |
Set numSpectralWindow with the specified int.
numSpectralWindow | The int value to which numSpectralWindow is to be set. |
void asdm::FlagRow::setPairedAntennaId | ( | std::vector< Tag > | pairedAntennaId | ) |
Set pairedAntennaId with the specified std::vector<Tag> .
pairedAntennaId | The std::vector<Tag> value to which pairedAntennaId is to be set. |
void asdm::FlagRow::setPairedAntennaId | ( | int | i, |
Tag | pairedAntennaId | ||
) |
Set pairedAntennaId[i] with the specified Tag.
i | The index in pairedAntennaId where to set the Tag value. |
pairedAntennaId | The Tag value to which pairedAntennaId[i] is to be set. |
OutOfBoundsException |
void asdm::FlagRow::setPolarizationType | ( | std::vector< PolarizationTypeMod::PolarizationType > | polarizationType | ) |
Set polarizationType with the specified std::vector<PolarizationTypeMod::PolarizationType >.
polarizationType | The std::vector<PolarizationTypeMod::PolarizationType > value to which polarizationType is to be set. |
void asdm::FlagRow::setReason | ( | std::string | reason | ) |
Set reason with the specified std::string.
reason | The std::string value to which reason is to be set. |
void asdm::FlagRow::setSpectralWindowId | ( | std::vector< Tag > | spectralWindowId | ) |
Set spectralWindowId with the specified std::vector<Tag> .
spectralWindowId | The std::vector<Tag> value to which spectralWindowId is to be set. |
void asdm::FlagRow::setSpectralWindowId | ( | int | i, |
Tag | spectralWindowId | ||
) |
Set spectralWindowId[i] with the specified Tag.
i | The index in spectralWindowId where to set the Tag value. |
spectralWindowId | The Tag value to which spectralWindowId[i] is to be set. |
OutOfBoundsException |
void asdm::FlagRow::setStartTime | ( | ArrayTime | startTime | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::FlagRowIDL* asdm::FlagRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::FlagRow::toIDL | ( | asdmIDL::FlagRowIDL & | x | ) | const |
Define the content of a FlagRowIDL struct from the values found in this row.
x | a reference to the FlagRowIDL struct to be set. |
std::string asdm::FlagRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |