Home
last modified time | relevance | path

Searched refs:BinaryInputDevice (Results 1 – 14 of 14) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/utils/iodevices/
H A DBinaryInputDevice.h37 class BinaryInputDevice; variable
58 class BinaryInputDevice {
68 ~BinaryInputDevice();
106 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, char& c);
115 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, unsigned char& c);
124 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, int& i);
133 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, double& f);
142 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, bool& b);
157 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, std::string& s);
187 friend BinaryInputDevice& operator>>(BinaryInputDevice& os, std::vector<int>& v);
[all …]
H A DBinaryInputDevice.cpp40 BinaryInputDevice::BinaryInputDevice(const std::string& name, in BinaryInputDevice() function in BinaryInputDevice
46 BinaryInputDevice::~BinaryInputDevice() {} in ~BinaryInputDevice()
88 BinaryInputDevice&
96 BinaryInputDevice&
104 BinaryInputDevice&
112 BinaryInputDevice&
126 BinaryInputDevice&
135 BinaryInputDevice&
152 BinaryInputDevice&
167 BinaryInputDevice&
[all …]
H A DMakefile.am7 BinaryInputDevice.cpp BinaryInputDevice.h \
/dports/cad/sumo/sumo-1.2.0/src/utils/xml/
H A DSUMOSAXReader.h40 class BinaryInputDevice; variable
116 BinaryInputDevice* myBinaryInput;
H A DSUMOSAXAttributesImpl_Binary.h36 class BinaryInputDevice; variable
58 BinaryInputDevice* in, const char version);
H A DSUMOSAXReader.cpp114 …myBinaryInput = new BinaryInputDevice(systemID, true, myValidationScheme == XERCES_CPP_NAMESPACE::… in parseFirst()
H A DSUMOSAXAttributesImpl_Binary.cpp44BinaryInputDevice* in, const char version) : SUMOSAXAttributes(objectType), myAttrIds(predefinedTa… in SUMOSAXAttributesImpl_Binary()
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_RobocupRescue.cpp100 BinaryInputDevice dev(file); in loadNodes()
168 BinaryInputDevice dev(file); in loadEdges()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMELoop.h38 class BinaryInputDevice; variable
H A DMESegment.h39 class BinaryInputDevice; variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSRoute.h49 class BinaryInputDevice; variable
H A DMSVehicleType.h45 class BinaryInputDevice; variable
H A DMSNet.h71 class BinaryInputDevice; variable
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DAStarLookupTable.h74 BinaryInputDevice dev(filename); in FullLookupTable()