Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace mongocxx {
namespace v1 {

class range;
class auto_encryption_options;

} // namespace v1
} // namespace mongocxx
Expand All @@ -28,5 +28,5 @@ class range;

///
/// @file
/// Declares @ref mongocxx::v1::range.
/// Declares @ref mongocxx::v1::auto_encryption_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#pragma once

#include <mongocxx/v1/auto_encryption-fwd.hpp>
#include <mongocxx/v1/auto_encryption_options-fwd.hpp>

//

Expand All @@ -30,7 +30,7 @@ namespace v1 {
/// - [MongoClient Options for Queryable Encryption (MongoDB Manual)](https://www.mongodb.com/docs/manual/core/queryable-encryption/reference/qe-options-clients/)
/// - [MongoClient Options for CSFLE](https://www.mongodb.com/docs/manual/core/csfle/reference/csfle-options-clients/)
///
class auto_encryption {};
class auto_encryption_options {};

} // namespace v1
} // namespace mongocxx
Expand All @@ -39,5 +39,5 @@ class auto_encryption {};

///
/// @file
/// Provides @ref mongocxx::v1::auto_encryption.
/// Provides @ref mongocxx::v1::auto_encryption_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace mongocxx {
namespace v1 {

class data_key;
class data_key_options;

} // namespace v1
} // namespace mongocxx
Expand All @@ -28,5 +28,5 @@ class data_key;

///
/// @file
/// Declares @ref mongocxx::v1::data_key.
/// Declares @ref mongocxx::v1::data_key_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#pragma once

#include <mongocxx/v1/data_key-fwd.hpp>
#include <mongocxx/v1/data_key_options-fwd.hpp>

//

Expand All @@ -31,7 +31,7 @@ namespace v1 {
///
/// @attention This feature is experimental! It is not ready for use!
///
class data_key {};
class data_key_options {};

} // namespace v1
} // namespace mongocxx
Expand All @@ -40,5 +40,5 @@ class data_key {};

///
/// @file
/// Provides @ref mongocxx::v1::data_key.
/// Provides @ref mongocxx::v1::data_key_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace mongocxx {
namespace v1 {

class auto_encryption;
class encrypt_options;

} // namespace v1
} // namespace mongocxx
Expand All @@ -28,5 +28,5 @@ class auto_encryption;

///
/// @file
/// Declares @ref mongocxx::v1::auto_encryption.
/// Declares @ref mongocxx::v1::encrypt_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#pragma once

#include <mongocxx/v1/encrypt-fwd.hpp>
#include <mongocxx/v1/encrypt_options-fwd.hpp>

//

Expand All @@ -33,7 +33,7 @@ namespace v1 {
///
/// @attention This feature is experimental! It is not ready for use!
///
class encrypt {
class encrypt_options {
// This class implements `EncryptOpts`:
// - https://specifications.readthedocs.io/en/latest/client-side-encryption/client-side-encryption/
};
Expand All @@ -45,5 +45,5 @@ class encrypt {

///
/// @file
/// Provides @ref mongocxx::v1::encrypt.
/// Provides @ref mongocxx::v1::encrypt_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace mongocxx {
namespace v1 {

class encrypt;
class range_options;

} // namespace v1
} // namespace mongocxx
Expand All @@ -28,5 +28,5 @@ class encrypt;

///
/// @file
/// Declares @ref mongocxx::v1::encrypt.
/// Declares @ref mongocxx::v1::range_options.
///
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#pragma once

#include <mongocxx/v1/range-fwd.hpp>
#include <mongocxx/v1/range_options-fwd.hpp>

//

Expand All @@ -31,7 +31,7 @@ namespace v1 {
///
/// @attention This feature is experimental! It is not ready for use!
///
class range {};
class range_options {};

} // namespace v1
} // namespace mongocxx
Expand All @@ -40,5 +40,5 @@ class range {};

///
/// @file
/// Provides @ref mongocxx::v1::range.
/// Provides @ref mongocxx::v1::range_options.
///
8 changes: 4 additions & 4 deletions src/mongocxx/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ set(mongocxx_sources_v_noabi
set(mongocxx_sources_v1
mongocxx/v1/aggregate_options.cpp
mongocxx/v1/apm.cpp
mongocxx/v1/auto_encryption.cpp
mongocxx/v1/auto_encryption_options.cpp
mongocxx/v1/bulk_write.cpp
mongocxx/v1/change_stream.cpp
mongocxx/v1/client_encryption.cpp
Expand All @@ -135,7 +135,7 @@ set(mongocxx_sources_v1
mongocxx/v1/config/version.cpp
mongocxx/v1/count_options.cpp
mongocxx/v1/cursor.cpp
mongocxx/v1/data_key.cpp
mongocxx/v1/data_key_options.cpp
mongocxx/v1/database.cpp
mongocxx/v1/delete_many_options.cpp
mongocxx/v1/delete_many_result.cpp
Expand All @@ -144,7 +144,7 @@ set(mongocxx_sources_v1
mongocxx/v1/detail/postlude.cpp
mongocxx/v1/detail/prelude.cpp
mongocxx/v1/distinct_options.cpp
mongocxx/v1/encrypt.cpp
mongocxx/v1/encrypt_options.cpp
mongocxx/v1/estimated_document_count_options.cpp
mongocxx/v1/events/command_failed.cpp
mongocxx/v1/events/command_started.cpp
Expand Down Expand Up @@ -180,7 +180,7 @@ set(mongocxx_sources_v1
mongocxx/v1/logger.cpp
mongocxx/v1/pipeline.cpp
mongocxx/v1/pool.cpp
mongocxx/v1/range.cpp
mongocxx/v1/range_options.cpp
mongocxx/v1/read_concern.cpp
mongocxx/v1/read_preference.cpp
mongocxx/v1/replace_one_options.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <mongocxx/v1/range.hpp>
#include <mongocxx/v1/auto_encryption_options.hpp>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <mongocxx/v1/data_key.hpp>
#include <mongocxx/v1/data_key_options.hpp>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <mongocxx/v1/auto_encryption.hpp>
#include <mongocxx/v1/encrypt_options.hpp>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <mongocxx/v1/encrypt.hpp>
#include <mongocxx/v1/range_options.hpp>