Ring Daemon
Loading...
Searching...
No Matches
jami::vCard::Delimiter Struct Reference

#include <vcard.h>

Collaboration diagram for jami::vCard::Delimiter:
Collaboration graph

Static Public Attributes

static constexpr std::string_view BEGIN_TOKEN = "BEGIN:VCARD"
 
static constexpr std::string_view BEGIN_TOKEN_KEY = "BEGIN"
 
static constexpr std::string_view END_LINE_TOKEN = "\n"
 
static constexpr std::string_view END_TOKEN = "END:VCARD"
 
static constexpr std::string_view END_TOKEN_KEY = "END"
 
static constexpr std::string_view SEPARATOR_TOKEN = ";"
 

Detailed Description

Definition at line 27 of file vcard.h.

Member Data Documentation

◆ BEGIN_TOKEN

constexpr std::string_view jami::vCard::Delimiter::BEGIN_TOKEN = "BEGIN:VCARD"
staticconstexpr

◆ BEGIN_TOKEN_KEY

constexpr std::string_view jami::vCard::Delimiter::BEGIN_TOKEN_KEY = "BEGIN"
staticconstexpr

Definition at line 33 of file vcard.h.

Referenced by jami::vCard::utils::toString().

◆ END_LINE_TOKEN

constexpr std::string_view jami::vCard::Delimiter::END_LINE_TOKEN = "\n"
staticconstexpr

◆ END_TOKEN

constexpr std::string_view jami::vCard::Delimiter::END_TOKEN = "END:VCARD"
staticconstexpr

◆ END_TOKEN_KEY

constexpr std::string_view jami::vCard::Delimiter::END_TOKEN_KEY = "END"
staticconstexpr

Definition at line 34 of file vcard.h.

Referenced by jami::vCard::utils::toString().

◆ SEPARATOR_TOKEN

constexpr std::string_view jami::vCard::Delimiter::SEPARATOR_TOKEN = ";"
staticconstexpr

Definition at line 29 of file vcard.h.

Referenced by jami::ConversationRepository::updateInfos().


The documentation for this struct was generated from the following file: