summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 09:29:36 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-08 09:29:36 +0200
commit9bba3b82c8874ec475c4c36f1e2ae2bb52a265b3 (patch)
tree170a9a47f45e2afa74e69a3877a56167e197d7b4
parent6f454424153fc205e519f7aada62837487600a8e (diff)
lib/fix/parser.hpp: Document sources.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--lib/fix/parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fix/parser.hpp b/lib/fix/parser.hpp
index edafc5a..df0c603 100644
--- a/lib/fix/parser.hpp
+++ b/lib/fix/parser.hpp
@@ -39,6 +39,7 @@ namespace snu::fix
return std::string(range.ascii_bytes_, range.length_);
}
+ /// @brief a range object containing the FIX packet values.
class range_data final
{
public:
@@ -47,6 +48,7 @@ namespace snu::fix
std::vector<std::pair<std::string, std::string>> msg_body_;
};
+ /// @brief visitor object which returns a fix::range_data instance.
class visitor final
{
public: