Skip to content

Commit 6d78710

Browse files
committed
docs chaotic: add comments
commit_hash:a7da4665414ee8f4fa56fd0a6191f8fbe1e3f88d
1 parent 264abc2 commit 6d78710

File tree

32 files changed

+64
-0
lines changed

32 files changed

+64
-0
lines changed

chaotic/include/userver/chaotic/io/boost/uuids/uuid.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <userver/chaotic/convert/to.hpp>
46

57
#include <boost/uuid/uuid.hpp>

chaotic/include/userver/chaotic/io/crypto/base64/string64.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <string>
46

57
#include <userver/chaotic/convert.hpp>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
// TODO: Compatibility header
46

57
#include <userver/chaotic/io/userver/decimal64/decimal.hpp>

chaotic/include/userver/chaotic/io/std/chrono/days.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/duration.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/hours.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/microseconds.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/milliseconds.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46
#include <string>
57
#include <string_view>

chaotic/include/userver/chaotic/io/std/chrono/minutes.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

chaotic/include/userver/chaotic/io/std/chrono/seconds.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// Utilitary header for chaotic for a custom type serialization/parsing support
4+
35
#include <chrono>
46

57
#include <userver/chaotic/convert.hpp>

0 commit comments

Comments
 (0)