Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/transport/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  nricestunaddr.h   Sprache: C

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef nricestunaddr_h__
#define nricestunaddr_h__

#include "nsError.h"  // for nsresult

typedef struct nr_local_addr_ nr_local_addr;

namespace mozilla {

class NrIceStunAddr {
 public:
  NrIceStunAddr();  // needed for IPC deserialization
  explicit NrIceStunAddr(const nr_local_addr* addr);
  NrIceStunAddr(const NrIceStunAddr& rhs);

  ~NrIceStunAddr();

  const nr_local_addr& localAddr() const { return *localAddr_; }

  // serialization/deserialization helper functions for use
  // in dom/media/webrtc/transport/ipc/NrIceStunAddrMessagUtils.h
  size_t SerializationBufferSize() const;
  nsresult Serialize(char* buffer, size_t buffer_size) const;
  nsresult Deserialize(const char* buffer, size_t buffer_size);

 private:
  nr_local_addr* localAddr_;
};

}  // namespace mozilla

#endif  // nricestunaddr_h__

Messung V0.5
C=82 H=100 G=91

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.